#BB9844

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

Shades of Roti #BB9844

Tints of Roti #BB9844

Color information

#BB9844 (or 0xBB9844) is unknown color: approx Roti. HEX triplet: BB, 98 and 44. RGB value is (187,152,68). Sum of RGB (Red+Green+Blue) = 187+152+68=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 68 (26.95% from 255 or 16.71% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9844 is #4467BB. Grayscale: #999999. Windows color (decimal): -4483004 or 4495547. OLE color: 4495547.

HSL color Cylindrical-coordinate representation of color #BB9844: hue angle of 42.35º 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 #BB9844 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB18715268-
CMYK00.190.640.27
HSL42.35º46.67%50%-
HSV(B)42.35º63.64%73.33%-
XYZ32.7733.4410.2-
YUV152.8980.1152.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.95%
GREEN value IS 152 (59.77% from 255) = 37.35%
BLUE value IS 68 (26.95% from 255) = 16.71%
R=45.95%
G=37.35%
B=16.71%

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
Decimal1871526800.190.640.2742.3546.6750
HexBB9844013401B2a2f32
Octal27323010402310033525762
Binary10111011100110001000100010011100000011011101010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9844; }

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

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

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

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

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

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

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

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