#bb9648

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

Shades of Roti #BB9648

Tints of Roti #BB9648

Color information

#BB9648 (or 0xBB9648) is unknown color: approx Roti. HEX triplet: BB, 96 and 48. RGB value is (187,150,72). Sum of RGB (Red+Green+Blue) = 187+150+72=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 72 (28.52% from 255 or 17.60% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9648 is #4469B7. Grayscale: #989898. Windows color (decimal): -4483512 or 4757179. OLE color: 4757179.

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

Color convert

RGB18715072-
CMYK00.200.610.27
HSL40.7º45.82%50.78%-
HSV(B)40.7º61.5%73.33%-
XYZ32.5732.8510.75-
YUV152.1782.76152.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.72%
GREEN value IS 150 (58.98% from 255) = 36.67%
BLUE value IS 72 (28.52% from 255) = 17.60%
R=45.72%
G=36.67%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871507200.200.610.2740.745.8250.78
HexBB96480143D1B292e33
Octal2732261100247533515663
Binary1011101110010110100100001010011110111011101001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb9648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb9648; }

 p { color: rgb(187,150,72); }

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

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

 a { background-color: rgb(187,150,72); }

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

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

 span { border-color: rgb(187,150,72); }

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