#BB9744

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

Shades of Roti #BB9744

Tints of Roti #BB9744

Color information

#BB9744 (or 0xBB9744) is unknown color: approx Roti. HEX triplet: BB, 97 and 44. RGB value is (187,151,68). Sum of RGB (Red+Green+Blue) = 187+151+68=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 68 (26.95% from 255 or 16.75% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9744 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9744 is #4468BB. Grayscale: #989898. Windows color (decimal): -4483260 or 4495291. OLE color: 4495291.

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

Color convert

RGB18715168-
CMYK00.190.640.27
HSL41.85º46.67%50%-
HSV(B)41.85º63.64%73.33%-
XYZ32.633.1210.14-
YUV152.380.43152.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.06%
GREEN value IS 151 (59.38% from 255) = 37.19%
BLUE value IS 68 (26.95% from 255) = 16.75%
R=46.06%
G=37.19%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871516800.190.640.2741.8546.6750
HexBB9744013401B2a2f32
Octal27322710402310033525762
Binary10111011100101111000100010011100000011011101010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9744; }

 p { color: rgb(187,151,68); }

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

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

 a { background-color: rgb(187,151,68); }

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

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

 span { border-color: rgb(187,151,68); }

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