#BCB712

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

Shades of La Rioja #BCB712

Tints of La Rioja #BCB712

Color information

#BCB712 (or 0xBCB712) is unknown color: approx La Rioja. HEX triplet: BC, B7 and 12. RGB value is (188,183,18). Sum of RGB (Red+Green+Blue) = 188+183+18=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 183 (71.88% from 255 or 47.04% from 389); Blue value is 18 (7.42% from 255 or 4.63% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB712 is #4348ED. Grayscale: #A6A6A6. Windows color (decimal): -4409582 or 1226684. OLE color: 1226684.

HSL color Cylindrical-coordinate representation of color #BCB712: hue angle of 58.24º 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 #BCB712 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB18818318-
CMYK00.030.900.26
HSL58.24º82.52%40.39%-
HSV(B)58.24º90.43%73.73%-
XYZ37.7844.67.19-
YUV165.6844.66143.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.33%
GREEN value IS 183 (71.88% from 255) = 47.04%
BLUE value IS 18 (7.42% from 255) = 4.63%
R=48.33%
G=47.04%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881831800.030.900.2658.2482.5240.39
HexBCB712035A1A3a5328
Octal2742672203132327212350
Binary1011110010110111100100111011010110101110101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB712; }

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

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

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

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

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

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

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

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