#BCB005

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

Shades of La Rioja #BCB005

Tints of La Rioja #BCB005

Color information

#BCB005 (or 0xBCB005) is unknown color: approx La Rioja. HEX triplet: BC, B0 and 05. RGB value is (188,176,5). Sum of RGB (Red+Green+Blue) = 188+176+5=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 176 (69.14% from 255 or 47.70% from 369); Blue value is 5 (2.34% from 255 or 1.36% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB005 is #434FFA. Grayscale: #A0A0A0. Windows color (decimal): -4411387 or 372924. OLE color: 372924.

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

Color convert

RGB1881765-
CMYK00.060.970.26
HSL56.07º94.82%37.84%-
HSV(B)56.07º97.34%73.73%-
XYZ36.2941.756.29-
YUV160.0940.48147.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.95%
GREEN value IS 176 (69.14% from 255) = 47.70%
BLUE value IS 5 (2.34% from 255) = 1.36%
R=50.95%
G=47.70%
B=1.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188176500.060.970.2656.0794.8237.84
HexBCB0506611A385f26
Octal274260506141327013746
Binary101111001011000010101101100001110101110001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB005; }

 p { color: rgb(188,176,5); }

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

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

 a { background-color: rgb(188,176,5); }

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

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

 span { border-color: rgb(188,176,5); }

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