#BC9C3B

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

Shades of Roti #BC9C3B

Tints of Roti #BC9C3B

Color information

#BC9C3B (or 0xBC9C3B) is unknown color: approx Roti. HEX triplet: BC, 9C and 3B. RGB value is (188,156,59). Sum of RGB (Red+Green+Blue) = 188+156+59=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 59 (23.44% from 255 or 14.64% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9C3B is #4363C4. Grayscale: #9A9A9A. Windows color (decimal): -4416453 or 3906748. OLE color: 3906748.

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

Color convert

RGB18815659-
CMYK00.170.690.26
HSL45.12º52.23%48.43%-
HSV(B)45.12º68.62%73.73%-
XYZ33.4234.789.09-
YUV154.5174.1151.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.65%
GREEN value IS 156 (61.33% from 255) = 38.71%
BLUE value IS 59 (23.44% from 255) = 14.64%
R=46.65%
G=38.71%
B=14.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881565900.170.690.2645.1252.2348.43
HexBC9C3B011451A2d3430
Octal2742347302110532556460
Binary1011110010011100111011010001100010111010101101110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9C3B; }

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

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

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

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

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

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

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

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