#BB9344

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

Shades of Roti #BB9344

Tints of Roti #BB9344

Color information

#BB9344 (or 0xBB9344) is unknown color: approx Roti. HEX triplet: BB, 93 and 44. RGB value is (187,147,68). Sum of RGB (Red+Green+Blue) = 187+147+68=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 68 (26.95% from 255 or 16.92% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9344 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9344 is #446CBB. Grayscale: #969696. Windows color (decimal): -4484284 or 4494267. OLE color: 4494267.

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

Color convert

RGB18714768-
CMYK00.210.640.27
HSL39.83º46.67%50%-
HSV(B)39.83º63.64%73.33%-
XYZ31.9731.859.93-
YUV149.9581.75154.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.52%
GREEN value IS 147 (57.81% from 255) = 36.57%
BLUE value IS 68 (26.95% from 255) = 16.92%
R=46.52%
G=36.57%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871476800.210.640.2739.8346.6750
HexBB9344015401B282f32
Octal27322310402510033505762
Binary10111011100100111000100010101100000011011101000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9344; }

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

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

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

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

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

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

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

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