#BC9542

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

Shades of Roti #BC9542

Tints of Roti #BC9542

Color information

#BC9542 (or 0xBC9542) is unknown color: approx Roti. HEX triplet: BC, 95 and 42. RGB value is (188,149,66). Sum of RGB (Red+Green+Blue) = 188+149+66=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 66 (26.17% from 255 or 16.38% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9542 is #436ABD. Grayscale: #979797. Windows color (decimal): -4418238 or 4363708. OLE color: 4363708.

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

Color convert

RGB18814966-
CMYK00.210.650.26
HSL40.82º48.03%49.8%-
HSV(B)40.82º64.89%73.73%-
XYZ32.4732.589.73-
YUV151.279.92154.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.65%
GREEN value IS 149 (58.59% from 255) = 36.97%
BLUE value IS 66 (26.17% from 255) = 16.38%
R=46.65%
G=36.97%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881496600.210.650.2640.8248.0349.8
HexBC9542015411A293032
Octal27422510202510132516062
Binary10111100100101011000010010101100000111010101001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9542; }

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

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

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

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

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

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

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

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