#BB9739

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

Shades of Roti #BB9739

Tints of Roti #BB9739

Color information

#BB9739 (or 0xBB9739) is unknown color: approx Roti. HEX triplet: BB, 97 and 39. RGB value is (187,151,57). Sum of RGB (Red+Green+Blue) = 187+151+57=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 57 (22.66% from 255 or 14.43% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9739 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9739 is #4468C6. Grayscale: #979797. Windows color (decimal): -4483271 or 3774395. OLE color: 3774395.

HSL color Cylindrical-coordinate representation of color #BB9739: hue angle of 43.38º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB9739 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB18715157-
CMYK00.190.700.27
HSL43.38º53.28%47.84%-
HSV(B)43.38º69.52%73.33%-
XYZ32.332.998.54-
YUV151.0574.93153.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.34%
GREEN value IS 151 (59.38% from 255) = 38.23%
BLUE value IS 57 (22.66% from 255) = 14.43%
R=47.34%
G=38.23%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871515700.190.700.2743.3853.2847.84
HexBB9739013461B2b3530
Octal2732277102310633536560
Binary1011101110010111111001010011100011011011101011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9739; }

 p { color: rgb(187,151,57); }

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

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

 a { background-color: rgb(187,151,57); }

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

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

 span { border-color: rgb(187,151,57); }

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