#BC9E40

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

Shades of Roti #BC9E40

Tints of Roti #BC9E40

Color information

#BC9E40 (or 0xBC9E40) is unknown color: approx Roti. HEX triplet: BC, 9E and 40. RGB value is (188,158,64). Sum of RGB (Red+Green+Blue) = 188+158+64=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 64 (25.39% from 255 or 15.61% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9E40 is #4361BF. Grayscale: #9C9C9C. Windows color (decimal): -4415936 or 4234940. OLE color: 4234940.

HSL color Cylindrical-coordinate representation of color #BC9E40: hue angle of 45.48º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC9E40 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB18815864-
CMYK00.160.660.26
HSL45.48º49.21%49.41%-
HSV(B)45.48º65.96%73.73%-
XYZ33.8935.529.92-
YUV156.2575.94150.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.85%
GREEN value IS 158 (62.11% from 255) = 38.54%
BLUE value IS 64 (25.39% from 255) = 15.61%
R=45.85%
G=38.54%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881586400.160.660.2645.4849.2149.41
HexBC9E40010421A2d3131
Octal27423610002010232556161
Binary10111100100111101000000010000100001011010101101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9E40; }

 p { color: rgb(188,158,64); }

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

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

 a { background-color: rgb(188,158,64); }

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

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

 span { border-color: rgb(188,158,64); }

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