#BCAB09

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

Shades of La Rioja #BCAB09

Tints of La Rioja #BCAB09

Color information

#BCAB09 (or 0xBCAB09) is unknown color: approx La Rioja. HEX triplet: BC, AB and 09. RGB value is (188,171,9). Sum of RGB (Red+Green+Blue) = 188+171+9=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 9 (3.91% from 255 or 2.45% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAB09 is #4354F6. Grayscale: #9E9E9E. Windows color (decimal): -4412663 or 633788. OLE color: 633788.

HSL color Cylindrical-coordinate representation of color #BCAB09: hue angle of 54.3º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCAB09 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB1881719-
CMYK00.090.950.26
HSL54.3º90.86%38.63%-
HSV(B)54.3º95.21%73.73%-
XYZ35.3539.846.08-
YUV157.6244.13149.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.09%
GREEN value IS 171 (67.19% from 255) = 46.47%
BLUE value IS 9 (3.91% from 255) = 2.45%
R=51.09%
G=46.47%
B=2.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188171900.090.950.2654.390.8638.63
HexBCAB9095F1A365b27
Octal27425311011137326613347
Binary10111100101010111001010011011111110101101101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAB09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAB09; }

 p { color: rgb(188,171,9); }

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

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

 a { background-color: rgb(188,171,9); }

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

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

 span { border-color: rgb(188,171,9); }

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