#BB944A

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

Shades of Tussock #BB944A

Tints of Tussock #BB944A

Color information

#BB944A (or 0xBB944A) is unknown color: approx Tussock. HEX triplet: BB, 94 and 4A. RGB value is (187,148,74). Sum of RGB (Red+Green+Blue) = 187+148+74=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB944A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB944A is #446BB5. Grayscale: #979797. Windows color (decimal): -4484022 or 4887739. OLE color: 4887739.

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

Color convert

RGB18714874-
CMYK00.210.600.27
HSL39.29º45.38%51.18%-
HSV(B)39.29º60.43%73.33%-
XYZ32.3232.2411-
YUV151.2284.42153.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.72%
GREEN value IS 148 (58.20% from 255) = 36.19%
BLUE value IS 74 (29.30% from 255) = 18.09%
R=45.72%
G=36.19%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871487400.210.600.2739.2945.3851.18
HexBB944A0153C1B272d33
Octal2732241120257433475563
Binary1011101110010100100101001010111110011011100111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB944A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB944A; }

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

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

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

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

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

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

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

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