Html Css Color HEX #BB844E Tussock

📋 copy color: '#BB844E'

red 187 ◦ green 132 ◦ blue 78

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

Shades of Tussock #BB844E

Tints of Tussock #BB844E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.25%

 BLUE value IS 78 (30.86% from 255) = 19.65%

R = 47.1%
G = 33.25%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB844E (or 0xBB844E) is known color: Tussock. HEX triplet: BB, 84 and 4E. RGB value is (187,132,78). Sum of RGB (Red+Green+Blue) = 187+132+78=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB844E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB844E is #447BB1. Grayscale: #8E8E8E. Windows color (decimal): -4488114 or 5145787. OLE color: 5145787.

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

Color convert

RGB 187 132 78 -
CMYK 0 0.29 0.58 0.27
HSL 29.72º 0.44% 0.52% -
HSV(B) 29.72º 0.58% 0.73% -
XYZ 30.12 27.62 10.95 -
YUV 142.29 91.72 159.89 -
System Red Green Blue C M Y K H S L
Decimal 187 132 78 0 0.29 0.58 0.27 29.72 0.44 0.52
Hex BB 84 4E 0 1D 3A 1B 1E 2C 34
Octal 273 204 116 0 35 72 33 36 54 64
Binary 10111011 10000100 1001110 0 11101 111010 11011 11110 101100 110100

Color Harmonies of #BB844E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB844E

Black with #BB844E

Text Example


Text Example

White with #BB844E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB844E; }

 p { color: rgb(187,132,78); }

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

background-color css

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

 a { background-color: rgb(187,132,78); }

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

border-color css

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

 span { border-color: rgb(187,132,78); }

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