#BCAD0B

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

Shades of La Rioja #BCAD0B

Tints of La Rioja #BCAD0B

Color information

#BCAD0B (or 0xBCAD0B) is unknown color: approx La Rioja. HEX triplet: BC, AD and 0B. RGB value is (188,173,11). Sum of RGB (Red+Green+Blue) = 188+173+11=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 173 (67.97% from 255 or 46.51% from 372); Blue value is 11 (4.69% from 255 or 2.96% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAD0B is #4352F4. Grayscale: #9F9F9F. Windows color (decimal): -4412149 or 765372. OLE color: 765372.

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

Color convert

RGB18817311-
CMYK00.080.940.26
HSL54.92º88.94%39.02%-
HSV(B)54.92º94.15%73.73%-
XYZ35.7440.66.27-
YUV159.0244.47148.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.54%
GREEN value IS 173 (67.97% from 255) = 46.51%
BLUE value IS 11 (4.69% from 255) = 2.96%
R=50.54%
G=46.51%
B=2.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881731100.080.940.2654.9288.9439.02
HexBCADB085E1A375927
Octal27425513010136326713147
Binary10111100101011011011010001011110110101101111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAD0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAD0B; }

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

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

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

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

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

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

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

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