#BC9B3B

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

Shades of Roti #BC9B3B

Tints of Roti #BC9B3B

Color information

#BC9B3B (or 0xBC9B3B) is unknown color: approx Roti. HEX triplet: BC, 9B and 3B. RGB value is (188,155,59). Sum of RGB (Red+Green+Blue) = 188+155+59=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 155 (60.94% from 255 or 38.56% from 402); Blue value is 59 (23.44% from 255 or 14.68% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9B3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9B3B is #4364C4. Grayscale: #9A9A9A. Windows color (decimal): -4416709 or 3906492. OLE color: 3906492.

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

Color convert

RGB18815559-
CMYK00.180.690.26
HSL44.65º52.23%48.43%-
HSV(B)44.65º68.62%73.73%-
XYZ33.2534.459.03-
YUV153.9274.43152.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.77%
GREEN value IS 155 (60.94% from 255) = 38.56%
BLUE value IS 59 (23.44% from 255) = 14.68%
R=46.77%
G=38.56%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881555900.180.690.2644.6552.2348.43
HexBC9B3B012451A2d3430
Octal2742337302210532556460
Binary1011110010011011111011010010100010111010101101110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9B3B; }

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

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

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

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

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

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

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

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