#BCBB12

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

Shades of La Rioja #BCBB12

Tints of La Rioja #BCBB12

Color information

#BCBB12 (or 0xBCBB12) is unknown color: approx La Rioja. HEX triplet: BC, BB and 12. RGB value is (188,187,18). Sum of RGB (Red+Green+Blue) = 188+187+18=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 187 (73.44% from 255 or 47.58% from 393); Blue value is 18 (7.42% from 255 or 4.58% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBB12 is #4344ED. Grayscale: #A8A8A8. Windows color (decimal): -4408558 or 1227708. OLE color: 1227708.

HSL color Cylindrical-coordinate representation of color #BCBB12: hue angle of 59.65º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCBB12 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB18818718-
CMYK00.010.900.26
HSL59.65º82.52%40.39%-
HSV(B)59.65º90.43%73.73%-
XYZ38.6246.287.47-
YUV168.0343.33142.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.84%
GREEN value IS 187 (73.44% from 255) = 47.58%
BLUE value IS 18 (7.42% from 255) = 4.58%
R=47.84%
G=47.58%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881871800.010.900.2659.6582.5240.39
HexBCBB12015A1A3c5328
Octal2742732201132327412350
Binary101111001011101110010011011010110101111001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBB12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBB12; }

 p { color: rgb(188,187,18); }

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

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

 a { background-color: rgb(188,187,18); }

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

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

 span { border-color: rgb(188,187,18); }

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