#B8BF0D

Color #B8BF0D La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #B8BF0D

Tints of La Rioja #B8BF0D

Color information

#B8BF0D (or 0xB8BF0D) is unknown color: approx La Rioja. HEX triplet: B8, BF and 0D. RGB value is (184,191,13). Sum of RGB (Red+Green+Blue) = 184+191+13=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 191 (75% from 255 or 49.23% from 388); Blue value is 13 (5.47% from 255 or 3.35% from 388); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BF0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8BF0D is #4740F2. Grayscale: #A9A9A9. Windows color (decimal): -4669683 or 901048. OLE color: 901048.

HSL color Cylindrical-coordinate representation of color #B8BF0D: hue angle of 62.36º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8BF0D is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB18419113-
CMYK0.0400.930.25
HSL62.36º87.25%40%-
HSV(B)62.36º93.19%74.9%-
XYZ38.4747.487.52-
YUV168.6140.18138.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 47.42%
GREEN value IS 191 (75% from 255) = 49.23%
BLUE value IS 13 (5.47% from 255) = 3.35%
R=47.42%
G=49.23%
B=3.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184191130.0400.930.2562.3687.2540
HexB8BFD405D193e5728
Octal2702771540135317612750
Binary1011100010111111110110001011101110011111101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BF0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BF0D; }

 p { color: rgb(184,191,13); }

 H1.HeaderClassName
 {
   color: #B8BF0D;
 }
 .AnyTagClassName
 {
   color: #B8BF0D;
 }
</style>
background-color css

<style>
 a { background-color: #B8BF0D; }

 a { background-color: rgb(184,191,13); }

 div.DivClassName
 {
   background-color: #B8BF0D;
 }
 .BgClassName
 {
   background-color: #B8BF0D;
 }
</style>
border-color css

<style>
 span { border-color: #B8BF0D; }

 span { border-color: rgb(184,191,13); }

 td.TdClassName
 {
   border-color: #B8BF0D;
 }
 .TagClassName
 {
   border-color: #B8BF0D;
 }
</style>