#bc9a42

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

Shades of Roti #BC9A42

Tints of Roti #BC9A42

Color information

#BC9A42 (or 0xBC9A42) is unknown color: approx Roti. HEX triplet: BC, 9A and 42. RGB value is (188,154,66). Sum of RGB (Red+Green+Blue) = 188+154+66=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 66 (26.17% from 255 or 16.18% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9A42 is #4365BD. Grayscale: #9A9A9A. Windows color (decimal): -4416958 or 4364988. OLE color: 4364988.

HSL color Cylindrical-coordinate representation of color #BC9A42: hue angle of 43.28º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC9A42 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB18815466-
CMYK00.180.650.26
HSL43.28º48.03%49.8%-
HSV(B)43.28º64.89%73.73%-
XYZ33.2834.210-
YUV154.1378.26152.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.08%
GREEN value IS 154 (60.55% from 255) = 37.75%
BLUE value IS 66 (26.17% from 255) = 16.18%
R=46.08%
G=37.75%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881546600.180.650.2643.2848.0349.8
HexBC9A42012411A2b3032
Octal27423210202210132536062
Binary10111100100110101000010010010100000111010101011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc9a42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc9a42; }

 p { color: rgb(188,154,66); }

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

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

 a { background-color: rgb(188,154,66); }

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

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

 span { border-color: rgb(188,154,66); }

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