Html Css Color HEX #BB864C Tussock

📋 copy color: '#BB864C'

red 187 ◦ green 134 ◦ blue 76

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

Shades of Tussock #BB864C

Tints of Tussock #BB864C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.14%

R = 47.1%
G = 33.75%
B = 19.14%

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

#BB864C (or 0xBB864C) is known color: Tussock. HEX triplet: BB, 86 and 4C. RGB value is (187,134,76). Sum of RGB (Red+Green+Blue) = 187+134+76=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB864C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB864C is #4479B3. Grayscale: #8F8F8F. Windows color (decimal): -4487604 or 5015227. OLE color: 5015227.

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

Color convert

RGB 187 134 76 -
CMYK 0 0.28 0.59 0.27
HSL 31.35º 0.45% 0.52% -
HSV(B) 31.35º 0.59% 0.73% -
XYZ 30.32 28.14 10.67 -
YUV 143.24 90.06 159.22 -
System Red Green Blue C M Y K H S L
Decimal 187 134 76 0 0.28 0.59 0.27 31.35 0.45 0.52
Hex BB 86 4C 0 1C 3B 1B 1F 2D 34
Octal 273 206 114 0 34 73 33 37 55 64
Binary 10111011 10000110 1001100 0 11100 111011 11011 11111 101101 110100

Color Harmonies of #BB864C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB864C

Black with #BB864C

Text Example


Text Example

White with #BB864C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB864C; }

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

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

background-color css

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

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

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

border-color css

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

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

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