#bc9541

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

Shades of Roti #BC9541

Tints of Roti #BC9541

Color information

#BC9541 (or 0xBC9541) is unknown color: approx Roti. HEX triplet: BC, 95 and 41. RGB value is (188,149,65). Sum of RGB (Red+Green+Blue) = 188+149+65=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 65 (25.78% from 255 or 16.17% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9541 is #436ABE. Grayscale: #979797. Windows color (decimal): -4418239 or 4298172. OLE color: 4298172.

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

Color convert

RGB18814965-
CMYK00.210.650.26
HSL40.98º48.62%49.61%-
HSV(B)40.98º65.43%73.73%-
XYZ32.4432.579.58-
YUV151.0879.42154.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.77%
GREEN value IS 149 (58.59% from 255) = 37.06%
BLUE value IS 65 (25.78% from 255) = 16.17%
R=46.77%
G=37.06%
B=16.17%

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
Decimal1881496500.210.650.2640.9848.6249.61
HexBC9541015411A293132
Octal27422510102510132516162
Binary10111100100101011000001010101100000111010101001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc9541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc9541; }

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

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

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

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

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

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

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

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