Html Css Color HEX #BB894F Tussock

📋 copy color: '#BB894F'

red 187 ◦ green 137 ◦ blue 79

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

Shades of Tussock #BB894F

Tints of Tussock #BB894F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.6%

R = 46.4%
G = 34%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB894F (or 0xBB894F) is known color: Tussock. HEX triplet: BB, 89 and 4F. RGB value is (187,137,79). Sum of RGB (Red+Green+Blue) = 187+137+79=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 79 (31.25% from 255 or 19.60% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB894F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB894F is #4476B0. Grayscale: #919191. Windows color (decimal): -4486833 or 5212603. OLE color: 5212603.

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

Color convert

RGB 187 137 79 -
CMYK 0 0.27 0.58 0.27
HSL 32.22º 0.44% 0.52% -
HSV(B) 32.22º 0.58% 0.73% -
XYZ 30.85 29.02 11.37 -
YUV 145.34 90.57 157.72 -
System Red Green Blue C M Y K H S L
Decimal 187 137 79 0 0.27 0.58 0.27 32.22 0.44 0.52
Hex BB 89 4F 0 1B 3A 1B 20 2C 34
Octal 273 211 117 0 33 72 33 40 54 64
Binary 10111011 10001001 1001111 0 11011 111010 11011 100000 101100 110100

Color Harmonies of #BB894F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB894F

Black with #BB894F

Text Example


Text Example

White with #BB894F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB894F; }

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

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

background-color css

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

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

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

border-color css

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

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

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