#BC963C

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

Shades of Roti #BC963C

Tints of Roti #BC963C

Color information

#BC963C (or 0xBC963C) is unknown color: approx Roti. HEX triplet: BC, 96 and 3C. RGB value is (188,150,60). Sum of RGB (Red+Green+Blue) = 188+150+60=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 60 (23.83% from 255 or 15.08% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC963C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC963C is #4369C3. Grayscale: #979797. Windows color (decimal): -4417988 or 3970748. OLE color: 3970748.

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

Color convert

RGB18815060-
CMYK00.200.680.26
HSL42.19º51.61%48.63%-
HSV(B)42.19º68.09%73.73%-
XYZ32.4632.838.9-
YUV151.176.59154.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.24%
GREEN value IS 150 (58.98% from 255) = 37.69%
BLUE value IS 60 (23.83% from 255) = 15.08%
R=47.24%
G=37.69%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881506000.200.680.2642.1951.6148.63
HexBC963C014441A2a3431
Octal2742267402410432526461
Binary1011110010010110111100010100100010011010101010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC963C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC963C; }

 p { color: rgb(188,150,60); }

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

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

 a { background-color: rgb(188,150,60); }

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

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

 span { border-color: rgb(188,150,60); }

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