#BCB308

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

Shades of La Rioja #BCB308

Tints of La Rioja #BCB308

Color information

#BCB308 (or 0xBCB308) is unknown color: approx La Rioja. HEX triplet: BC, B3 and 08. RGB value is (188,179,8). Sum of RGB (Red+Green+Blue) = 188+179+8=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 179 (70.31% from 255 or 47.73% from 375); Blue value is 8 (3.52% from 255 or 2.13% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB308 is #434CF7. Grayscale: #A2A2A2. Windows color (decimal): -4410616 or 570300. OLE color: 570300.

HSL color Cylindrical-coordinate representation of color #BCB308: hue angle of 57º 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 #BCB308 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB1881798-
CMYK00.050.960.26
HSL57º91.84%38.43%-
HSV(B)57º95.74%73.73%-
XYZ36.942.956.57-
YUV162.240.98146.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.13%
GREEN value IS 179 (70.31% from 255) = 47.73%
BLUE value IS 8 (3.52% from 255) = 2.13%
R=50.13%
G=47.73%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188179800.050.960.265791.8438.43
HexBCB3805601A395c26
Octal2742631005140327113446
Binary1011110010110011100001011100000110101110011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB308; }

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

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

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

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

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

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

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

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