#BFB204

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

Shades of La Rioja #BFB204

Tints of La Rioja #BFB204

Color information

#BFB204 (or 0xBFB204) is unknown color: approx La Rioja. HEX triplet: BF, B2 and 04. RGB value is (191,178,4). Sum of RGB (Red+Green+Blue) = 191+178+4=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 178 (69.92% from 255 or 47.72% from 373); Blue value is 4 (1.95% from 255 or 1.07% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFB204 is #404DFB. Grayscale: #A2A2A2. Windows color (decimal): -4214268 or 307903. OLE color: 307903.

HSL color Cylindrical-coordinate representation of color #BFB204: hue angle of 55.83º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BFB204 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB1911784-
CMYK00.070.980.25
HSL55.83º95.9%38.24%-
HSV(B)55.83º97.91%74.9%-
XYZ37.4342.936.43-
YUV162.0538.81148.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.21%
GREEN value IS 178 (69.92% from 255) = 47.72%
BLUE value IS 4 (1.95% from 255) = 1.07%
R=51.21%
G=47.72%
B=1.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191178400.070.980.2555.8395.938.24
HexBFB24076219386026
Octal277262407142317014046
Binary101111111011001010001111100010110011110001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB204; }

 p { color: rgb(191,178,4); }

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

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

 a { background-color: rgb(191,178,4); }

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

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

 span { border-color: rgb(191,178,4); }

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