Html Css Color HEX #BB864D Tussock

📋 copy color: '#BB864D'

red 187 ◦ green 134 ◦ blue 77

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

Shades of Tussock #BB864D

Tints of Tussock #BB864D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.67%

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

R = 46.98%
G = 33.67%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB864D (or 0xBB864D) is known color: Tussock. HEX triplet: BB, 86 and 4D. RGB value is (187,134,77). Sum of RGB (Red+Green+Blue) = 187+134+77=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB864D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB864D is #4479B2. Grayscale: #8F8F8F. Windows color (decimal): -4487603 or 5080763. OLE color: 5080763.

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

Color convert

RGB 187 134 77 -
CMYK 0 0.28 0.59 0.27
HSL 31.09º 0.45% 0.52% -
HSV(B) 31.09º 0.59% 0.73% -
XYZ 30.36 28.15 10.85 -
YUV 143.35 90.56 159.13 -
System Red Green Blue C M Y K H S L
Decimal 187 134 77 0 0.28 0.59 0.27 31.09 0.45 0.52
Hex BB 86 4D 0 1C 3B 1B 1F 2D 34
Octal 273 206 115 0 34 73 33 37 55 64
Binary 10111011 10000110 1001101 0 11100 111011 11011 11111 101101 110100

Color Harmonies of #BB864D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB864D

Black with #BB864D

Text Example


Text Example

White with #BB864D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB864D; }

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

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

background-color css

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

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

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

border-color css

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

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

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