#BB9A40

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

Shades of Roti #BB9A40

Tints of Roti #BB9A40

Color information

#BB9A40 (or 0xBB9A40) is unknown color: approx Roti. HEX triplet: BB, 9A and 40. RGB value is (187,154,64). Sum of RGB (Red+Green+Blue) = 187+154+64=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 154 (60.55% from 255 or 38.02% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9A40 is #4465BF. Grayscale: #9A9A9A. Windows color (decimal): -4482496 or 4233915. OLE color: 4233915.

HSL color Cylindrical-coordinate representation of color #BB9A40: hue angle of 43.9º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB9A40 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB18715464-
CMYK00.180.660.27
HSL43.9º49%49.22%-
HSV(B)43.9º65.78%73.33%-
XYZ32.9734.059.68-
YUV153.6177.43151.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.17%
GREEN value IS 154 (60.55% from 255) = 38.02%
BLUE value IS 64 (25.39% from 255) = 15.80%
R=46.17%
G=38.02%
B=15.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871546400.180.660.2743.94949.22
HexBB9A40012421B2c3131
Octal27323210002210233546161
Binary10111011100110101000000010010100001011011101100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9A40; }

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

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

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

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

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

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

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

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