#BCB618

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

Shades of La Rioja #BCB618

Tints of La Rioja #BCB618

Color information

#BCB618 (or 0xBCB618) is unknown color: approx La Rioja. HEX triplet: BC, B6 and 18. RGB value is (188,182,24). Sum of RGB (Red+Green+Blue) = 188+182+24=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 182 (71.48% from 255 or 46.19% from 394); Blue value is 24 (9.77% from 255 or 6.09% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB618 is #4349E7. Grayscale: #A6A6A6. Windows color (decimal): -4409832 or 1619644. OLE color: 1619644.

HSL color Cylindrical-coordinate representation of color #BCB618: hue angle of 57.8º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCB618 is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB18818224-
CMYK00.030.870.26
HSL57.8º77.36%41.57%-
HSV(B)57.8º87.23%73.73%-
XYZ37.6344.217.41-
YUV165.7847.99143.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.72%
GREEN value IS 182 (71.48% from 255) = 46.19%
BLUE value IS 24 (9.77% from 255) = 6.09%
R=47.72%
G=46.19%
B=6.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881822400.030.870.2657.877.3641.57
HexBCB61803571A3a4d2a
Octal2742663003127327211552
Binary1011110010110110110000111010111110101110101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB618; }

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

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

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

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

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

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

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

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