#BB9244

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

Shades of Roti #BB9244

Tints of Roti #BB9244

Color information

#BB9244 (or 0xBB9244) is unknown color: approx Roti. HEX triplet: BB, 92 and 44. RGB value is (187,146,68). Sum of RGB (Red+Green+Blue) = 187+146+68=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9244 is #446DBB. Grayscale: #959595. Windows color (decimal): -4484540 or 4494011. OLE color: 4494011.

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

Color convert

RGB18714668-
CMYK00.220.640.27
HSL39.33º46.67%50%-
HSV(B)39.33º63.64%73.33%-
XYZ31.8231.549.88-
YUV149.3782.08154.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.63%
GREEN value IS 146 (57.42% from 255) = 36.41%
BLUE value IS 68 (26.95% from 255) = 16.96%
R=46.63%
G=36.41%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871466800.220.640.2739.3346.6750
HexBB9244016401B272f32
Octal27322210402610033475762
Binary10111011100100101000100010110100000011011100111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9244; }

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

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

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

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

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

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

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

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