#BFAB00

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

Shades of La Rioja #BFAB00

Tints of La Rioja #BFAB00

Color information

#BFAB00 (or 0xBFAB00) is unknown color: approx La Rioja. HEX triplet: BF, AB and 00. RGB value is (191,171,0). Sum of RGB (Red+Green+Blue) = 191+171+0=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 171 (67.19% from 255 or 47.24% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAB00 is #4054FF. Grayscale: #9E9E9E. Windows color (decimal): -4216064 or 43967. OLE color: 43967.

HSL color Cylindrical-coordinate representation of color #BFAB00: hue angle of 53.72º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFAB00 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB1911710-
CMYK00.1010.25
HSL53.72º100%37.45%-
HSV(B)53.72º100%74.9%-
XYZ36.0540.25.86-
YUV157.4939.13151.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.76%
GREEN value IS 171 (67.19% from 255) = 47.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.76%
G=47.24%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191171000.1010.2553.7210037.45
HexBFAB00A6419366425
Octal2772530012144316614445
Binary10111111101010110010101100100110011101101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAB00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAB00; }

 p { color: rgb(191,171,0); }

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

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

 a { background-color: rgb(191,171,0); }

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

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

 span { border-color: rgb(191,171,0); }

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