#bb914a

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

Shades of Tussock #BB914A

Tints of Tussock #BB914A

Color information

#BB914A (or 0xBB914A) is unknown color: approx Tussock. HEX triplet: BB, 91 and 4A. RGB value is (187,145,74). Sum of RGB (Red+Green+Blue) = 187+145+74=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB914A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB914A is #446EB5. Grayscale: #959595. Windows color (decimal): -4484790 or 4886971. OLE color: 4886971.

HSL color Cylindrical-coordinate representation of color #BB914A: hue angle of 37.7º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB914A is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB18714574-
CMYK00.220.600.27
HSL37.7º45.38%51.18%-
HSV(B)37.7º60.43%73.33%-
XYZ31.8531.3110.84-
YUV149.4685.41154.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.06%
GREEN value IS 145 (57.03% from 255) = 35.71%
BLUE value IS 74 (29.30% from 255) = 18.23%
R=46.06%
G=35.71%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871457400.220.600.2737.745.3851.18
HexBB914A0163C1B262d33
Octal2732211120267433465563
Binary1011101110010001100101001011011110011011100110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb914a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb914a; }

 p { color: rgb(187,145,74); }

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

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

 a { background-color: rgb(187,145,74); }

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

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

 span { border-color: rgb(187,145,74); }

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