#BFAC00

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

Shades of La Rioja #BFAC00

Tints of La Rioja #BFAC00

Color information

#BFAC00 (or 0xBFAC00) is unknown color: approx La Rioja. HEX triplet: BF, AC and 00. RGB value is (191,172,0). Sum of RGB (Red+Green+Blue) = 191+172+0=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 172 (67.58% from 255 or 47.38% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAC00 is #4053FF. Grayscale: #9E9E9E. Windows color (decimal): -4215808 or 44223. OLE color: 44223.

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

Color convert

RGB1911720-
CMYK00.1010.25
HSL54.03º100%37.45%-
HSV(B)54.03º100%74.9%-
XYZ36.2440.585.92-
YUV158.0738.79151.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.62%
GREEN value IS 172 (67.58% from 255) = 47.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.62%
G=47.38%
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
Decimal191172000.1010.2554.0310037.45
HexBFAC00A6419366425
Octal2772540012144316614445
Binary10111111101011000010101100100110011101101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAC00; }

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

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

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

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

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

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

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

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