#BFB004

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

Shades of La Rioja #BFB004

Tints of La Rioja #BFB004

Color information

#BFB004 (or 0xBFB004) is unknown color: approx La Rioja. HEX triplet: BF, B0 and 04. RGB value is (191,176,4). Sum of RGB (Red+Green+Blue) = 191+176+4=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFB004 is #404FFB. Grayscale: #A1A1A1. Windows color (decimal): -4214780 or 307391. OLE color: 307391.

HSL color Cylindrical-coordinate representation of color #BFB004: hue angle of 55.19º 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 #BFB004 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB1911764-
CMYK00.080.980.25
HSL55.19º95.9%38.24%-
HSV(B)55.19º97.91%74.9%-
XYZ37.0342.146.3-
YUV160.8839.47149.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.48%
GREEN value IS 176 (69.14% from 255) = 47.44%
BLUE value IS 4 (1.95% from 255) = 1.08%
R=51.48%
G=47.44%
B=1.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191176400.080.980.2555.1995.938.24
HexBFB04086219376026
Octal2772604010142316714046
Binary1011111110110000100010001100010110011101111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB004; }

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

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

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

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

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

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

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

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