Html Css Color HEX #BB8648 Tussock

📋 copy color: '#BB8648'

red 187 ◦ green 134 ◦ blue 72

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

Shades of Tussock #BB8648

Tints of Tussock #BB8648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.32%

R = 47.58%
G = 34.1%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB8648 (or 0xBB8648) is known color: Tussock. HEX triplet: BB, 86 and 48. RGB value is (187,134,72). Sum of RGB (Red+Green+Blue) = 187+134+72=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8648 is #4479B7. Grayscale: #8F8F8F. Windows color (decimal): -4487608 or 4753083. OLE color: 4753083.

HSL color Cylindrical-coordinate representation of color #BB8648: hue angle of 32.35º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB8648 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 134 72 -
CMYK 0 0.28 0.61 0.27
HSL 32.35º 0.46% 0.51% -
HSV(B) 32.35º 0.61% 0.73% -
XYZ 30.19 28.08 9.96 -
YUV 142.78 88.06 159.54 -
System Red Green Blue C M Y K H S L
Decimal 187 134 72 0 0.28 0.61 0.27 32.35 0.46 0.51
Hex BB 86 48 0 1C 3D 1B 20 2E 33
Octal 273 206 110 0 34 75 33 40 56 63
Binary 10111011 10000110 1001000 0 11100 111101 11011 100000 101110 110011

Color Harmonies of #BB8648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8648

Black with #BB8648

Text Example


Text Example

White with #BB8648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8648; }

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

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

background-color css

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

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

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

border-color css

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

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

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