#BCAD08

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

Shades of La Rioja #BCAD08

Tints of La Rioja #BCAD08

Color information

#BCAD08 (or 0xBCAD08) is unknown color: approx La Rioja. HEX triplet: BC, AD and 08. RGB value is (188,173,8). Sum of RGB (Red+Green+Blue) = 188+173+8=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 173 (67.97% from 255 or 46.88% from 369); Blue value is 8 (3.52% from 255 or 2.17% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAD08 is #4352F7. Grayscale: #9F9F9F. Windows color (decimal): -4412152 or 568764. OLE color: 568764.

HSL color Cylindrical-coordinate representation of color #BCAD08: hue angle of 55º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCAD08 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB1881738-
CMYK00.080.960.26
HSL55º91.84%38.43%-
HSV(B)55º95.74%73.73%-
XYZ35.7340.66.18-
YUV158.6742.97148.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.95%
GREEN value IS 173 (67.97% from 255) = 46.88%
BLUE value IS 8 (3.52% from 255) = 2.17%
R=50.95%
G=46.88%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188173800.080.960.265591.8438.43
HexBCAD808601A375c26
Octal27425510010140326713446
Binary10111100101011011000010001100000110101101111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAD08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAD08; }

 p { color: rgb(188,173,8); }

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

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

 a { background-color: rgb(188,173,8); }

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

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

 span { border-color: rgb(188,173,8); }

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