Html Css Color HEX #BB894D Tussock

📋 copy color: '#BB894D'

red 187 ◦ green 137 ◦ blue 77

#BB894D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tussock #BB894D

Tints of Tussock #BB894D

RGB

 RED value IS 187 (73.44% from 255) = 46.63%

 GREEN value IS 137 (53.91% from 255) = 34.16%

 BLUE value IS 77 (30.47% from 255) = 19.2%

R = 46.63%
G = 34.16%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB894D (or 0xBB894D) is known color: Tussock. HEX triplet: BB, 89 and 4D. RGB value is (187,137,77). Sum of RGB (Red+Green+Blue) = 187+137+77=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB894D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB894D is #4476B2. Grayscale: #919191. Windows color (decimal): -4486835 or 5081531. OLE color: 5081531.

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

Color convert

RGB 187 137 77 -
CMYK 0 0.27 0.59 0.27
HSL 32.73º 0.45% 0.52% -
HSV(B) 32.73º 0.59% 0.73% -
XYZ 30.78 28.99 10.99 -
YUV 145.11 89.57 157.88 -
System Red Green Blue C M Y K H S L
Decimal 187 137 77 0 0.27 0.59 0.27 32.73 0.45 0.52
Hex BB 89 4D 0 1B 3B 1B 21 2D 34
Octal 273 211 115 0 33 73 33 41 55 64
Binary 10111011 10001001 1001101 0 11011 111011 11011 100001 101101 110100

Color Harmonies of #BB894D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB894D

Black with #BB894D

Text Example


Text Example

White with #BB894D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB894D; }

 p { color: rgb(187,137,77); }

 H1.HeaderClassName
 {
   color: #BB894D;
 }
 .AnyTagClassName
 {
   color: #BB894D;
 }
</style>

background-color css

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

 a { background-color: rgb(187,137,77); }

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

border-color css

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

 span { border-color: rgb(187,137,77); }

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