Html Css Color HEX #BB8649 Tussock

📋 copy color: '#BB8649'

red 187 ◦ green 134 ◦ blue 73

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

Shades of Tussock #BB8649

Tints of Tussock #BB8649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.53%

R = 47.46%
G = 34.01%
B = 18.53%

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

#BB8649 (or 0xBB8649) is known color: Tussock. HEX triplet: BB, 86 and 49. RGB value is (187,134,73). Sum of RGB (Red+Green+Blue) = 187+134+73=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8649 is #4479B6. Grayscale: #8F8F8F. Windows color (decimal): -4487607 or 4818619. OLE color: 4818619.

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

Color convert

RGB 187 134 73 -
CMYK 0 0.28 0.61 0.27
HSL 32.11º 0.46% 0.51% -
HSV(B) 32.11º 0.61% 0.73% -
XYZ 30.22 28.1 10.13 -
YUV 142.89 88.56 159.46 -
System Red Green Blue C M Y K H S L
Decimal 187 134 73 0 0.28 0.61 0.27 32.11 0.46 0.51
Hex BB 86 49 0 1C 3D 1B 20 2E 33
Octal 273 206 111 0 34 75 33 40 56 63
Binary 10111011 10000110 1001001 0 11100 111101 11011 100000 101110 110011

Color Harmonies of #BB8649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8649

Black with #BB8649

Text Example


Text Example

White with #BB8649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8649; }

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

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

background-color css

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

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

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

border-color css

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

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

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