#BB9F3D

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

Shades of Roti #BB9F3D

Tints of Roti #BB9F3D

Color information

#BB9F3D (or 0xBB9F3D) is unknown color: approx Roti. HEX triplet: BB, 9F and 3D. RGB value is (187,159,61). Sum of RGB (Red+Green+Blue) = 187+159+61=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 61 (24.22% from 255 or 14.99% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9F3D is #4460C2. Grayscale: #9C9C9C. Windows color (decimal): -4481219 or 4038587. OLE color: 4038587.

HSL color Cylindrical-coordinate representation of color #BB9F3D: hue angle of 46.67º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB9F3D is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB18715961-
CMYK00.150.670.27
HSL46.67º50.81%48.63%-
HSV(B)46.67º67.38%73.33%-
XYZ33.7335.79.53-
YUV156.274.28149.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.95%
GREEN value IS 159 (62.5% from 255) = 39.07%
BLUE value IS 61 (24.22% from 255) = 14.99%
R=45.95%
G=39.07%
B=14.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871596100.150.670.2746.6750.8148.63
HexBB9F3D0F431B2f3331
Octal2732377501710333576361
Binary101110111001111111110101111100001111011101111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9F3D; }

 p { color: rgb(187,159,61); }

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

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

 a { background-color: rgb(187,159,61); }

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

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

 span { border-color: rgb(187,159,61); }

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