#BB9A44

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

Shades of Roti #BB9A44

Tints of Roti #BB9A44

Color information

#BB9A44 (or 0xBB9A44) is unknown color: approx Roti. HEX triplet: BB, 9A and 44. RGB value is (187,154,68). Sum of RGB (Red+Green+Blue) = 187+154+68=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 68 (26.95% from 255 or 16.63% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9A44 is #4465BB. Grayscale: #9A9A9A. Windows color (decimal): -4482492 or 4496059. OLE color: 4496059.

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

Color convert

RGB18715468-
CMYK00.180.640.27
HSL43.36º46.67%50%-
HSV(B)43.36º63.64%73.33%-
XYZ33.0934.0910.31-
YUV154.0679.43151.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.72%
GREEN value IS 154 (60.55% from 255) = 37.65%
BLUE value IS 68 (26.95% from 255) = 16.63%
R=45.72%
G=37.65%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871546800.180.640.2743.3646.6750
HexBB9A44012401B2b2f32
Octal27323210402210033535762
Binary10111011100110101000100010010100000011011101011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9A44; }

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

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

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

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

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

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

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

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