Html Css Color HEX #BB854D Tussock

📋 copy color: '#BB854D'

red 187 ◦ green 133 ◦ blue 77

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

Shades of Tussock #BB854D

Tints of Tussock #BB854D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.5%

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

R = 47.1%
G = 33.5%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB854D (or 0xBB854D) is known color: Tussock. HEX triplet: BB, 85 and 4D. RGB value is (187,133,77). Sum of RGB (Red+Green+Blue) = 187+133+77=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB854D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB854D is #447AB2. Grayscale: #8F8F8F. Windows color (decimal): -4487859 or 5080507. OLE color: 5080507.

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

Color convert

RGB 187 133 77 -
CMYK 0 0.29 0.59 0.27
HSL 30.55º 0.45% 0.52% -
HSV(B) 30.55º 0.59% 0.73% -
XYZ 30.22 27.88 10.81 -
YUV 142.76 90.89 159.55 -
System Red Green Blue C M Y K H S L
Decimal 187 133 77 0 0.29 0.59 0.27 30.55 0.45 0.52
Hex BB 85 4D 0 1D 3B 1B 1F 2D 34
Octal 273 205 115 0 35 73 33 37 55 64
Binary 10111011 10000101 1001101 0 11101 111011 11011 11111 101101 110100

Color Harmonies of #BB854D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB854D

Black with #BB854D

Text Example


Text Example

White with #BB854D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB854D; }

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

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

background-color css

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

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

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

border-color css

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

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

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