#BB9C35

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

Shades of Roti #BB9C35

Tints of Roti #BB9C35

Color information

#BB9C35 (or 0xBB9C35) is unknown color: approx Roti. HEX triplet: BB, 9C and 35. RGB value is (187,156,53). Sum of RGB (Red+Green+Blue) = 187+156+53=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 53 (21.09% from 255 or 13.38% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9C35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9C35 is #4463CA. Grayscale: #999999. Windows color (decimal): -4481995 or 3513531. OLE color: 3513531.

HSL color Cylindrical-coordinate representation of color #BB9C35: hue angle of 46.12º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB9C35 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB18715653-
CMYK00.170.720.27
HSL46.12º55.83%47.06%-
HSV(B)46.12º71.66%73.33%-
XYZ33.0234.68.31-
YUV153.5371.27151.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.22%
GREEN value IS 156 (61.33% from 255) = 39.39%
BLUE value IS 53 (21.09% from 255) = 13.38%
R=47.22%
G=39.39%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871565300.170.720.2746.1255.8347.06
HexBB9C35011481B2e382f
Octal2732346502111033567057
Binary1011101110011100110101010001100100011011101110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9C35; }

 p { color: rgb(187,156,53); }

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

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

 a { background-color: rgb(187,156,53); }

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

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

 span { border-color: rgb(187,156,53); }

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