#BCB60A

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

Shades of La Rioja #BCB60A

Tints of La Rioja #BCB60A

Color information

#BCB60A (or 0xBCB60A) is unknown color: approx La Rioja. HEX triplet: BC, B6 and 0A. RGB value is (188,182,10). Sum of RGB (Red+Green+Blue) = 188+182+10=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 182 (71.48% from 255 or 47.89% from 380); Blue value is 10 (4.30% from 255 or 2.63% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB60A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB60A is #4349F5. Grayscale: #A4A4A4. Windows color (decimal): -4409846 or 702140. OLE color: 702140.

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

Color convert

RGB18818210-
CMYK00.030.950.26
HSL57.98º89.9%38.82%-
HSV(B)57.98º94.68%73.73%-
XYZ37.5244.176.84-
YUV164.1940.99144.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.47%
GREEN value IS 182 (71.48% from 255) = 47.89%
BLUE value IS 10 (4.30% from 255) = 2.63%
R=49.47%
G=47.89%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881821000.030.950.2657.9889.938.82
HexBCB6A035F1A3a5a27
Octal2742661203137327213247
Binary101111001011011010100111011111110101110101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB60A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB60A; }

 p { color: rgb(188,182,10); }

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

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

 a { background-color: rgb(188,182,10); }

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

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

 span { border-color: rgb(188,182,10); }

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