#BC9C41

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

Shades of Roti #BC9C41

Tints of Roti #BC9C41

Color information

#BC9C41 (or 0xBC9C41) is unknown color: approx Roti. HEX triplet: BC, 9C and 41. RGB value is (188,156,65). Sum of RGB (Red+Green+Blue) = 188+156+65=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 65 (25.78% from 255 or 15.89% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9C41 is #4363BE. Grayscale: #9B9B9B. Windows color (decimal): -4416447 or 4299964. OLE color: 4299964.

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

Color convert

RGB18815665-
CMYK00.170.650.26
HSL44.39º48.62%49.61%-
HSV(B)44.39º65.43%73.73%-
XYZ33.5834.859.96-
YUV155.1977.1151.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.97%
GREEN value IS 156 (61.33% from 255) = 38.14%
BLUE value IS 65 (25.78% from 255) = 15.89%
R=45.97%
G=38.14%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881566500.170.650.2644.3948.6249.61
HexBC9C41011411A2c3132
Octal27423410102110132546162
Binary10111100100111001000001010001100000111010101100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9C41; }

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

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

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

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

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

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

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

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