#BFAD0C

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

Shades of La Rioja #BFAD0C

Tints of La Rioja #BFAD0C

Color information

#BFAD0C (or 0xBFAD0C) is unknown color: approx La Rioja. HEX triplet: BF, AD and 0C. RGB value is (191,173,12). Sum of RGB (Red+Green+Blue) = 191+173+12=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAD0C is #4052F3. Grayscale: #A0A0A0. Windows color (decimal): -4215540 or 830911. OLE color: 830911.

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

Color convert

RGB19117312-
CMYK00.090.940.25
HSL53.97º88.18%39.8%-
HSV(B)53.97º93.72%74.9%-
XYZ36.540.996.34-
YUV160.0344.46150.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.80%
GREEN value IS 173 (67.97% from 255) = 46.01%
BLUE value IS 12 (5.08% from 255) = 3.19%
R=50.80%
G=46.01%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911731200.090.940.2553.9788.1839.8
HexBFADC095E19365828
Octal27725514011136316613050
Binary10111111101011011100010011011110110011101101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAD0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAD0C; }

 p { color: rgb(191,173,12); }

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

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

 a { background-color: rgb(191,173,12); }

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

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

 span { border-color: rgb(191,173,12); }

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