#BCB10C

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

Shades of La Rioja #BCB10C

Tints of La Rioja #BCB10C

Color information

#BCB10C (or 0xBCB10C) is unknown color: approx La Rioja. HEX triplet: BC, B1 and 0C. RGB value is (188,177,12). Sum of RGB (Red+Green+Blue) = 188+177+12=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 177 (69.53% from 255 or 46.95% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB10C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB10C is #434EF3. Grayscale: #A2A2A2. Windows color (decimal): -4411124 or 831932. OLE color: 831932.

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

Color convert

RGB18817712-
CMYK00.060.940.26
HSL56.25º88%39.22%-
HSV(B)56.25º93.62%73.73%-
XYZ36.5342.166.56-
YUV161.4843.64146.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.87%
GREEN value IS 177 (69.53% from 255) = 46.95%
BLUE value IS 12 (5.08% from 255) = 3.18%
R=49.87%
G=46.95%
B=3.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881771200.060.940.2656.258839.22
HexBCB1C065E1A385827
Octal2742611406136327013047
Binary1011110010110001110001101011110110101110001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB10C; }

 p { color: rgb(188,177,12); }

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

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

 a { background-color: rgb(188,177,12); }

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

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

 span { border-color: rgb(188,177,12); }

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