Html Css Color HEX #BB8749 Tussock

📋 copy color: '#BB8749'

red 187 ◦ green 135 ◦ blue 73

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

Shades of Tussock #BB8749

Tints of Tussock #BB8749

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.18%

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

R = 47.34%
G = 34.18%
B = 18.48%

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

#BB8749 (or 0xBB8749) is known color: Tussock. HEX triplet: BB, 87 and 49. RGB value is (187,135,73). Sum of RGB (Red+Green+Blue) = 187+135+73=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8749 is #4478B6. Grayscale: #8F8F8F. Windows color (decimal): -4487351 or 4818875. OLE color: 4818875.

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

Color convert

RGB 187 135 73 -
CMYK 0 0.28 0.61 0.27
HSL 32.63º 0.46% 0.51% -
HSV(B) 32.63º 0.61% 0.73% -
XYZ 30.36 28.37 10.18 -
YUV 143.48 88.23 159.04 -
System Red Green Blue C M Y K H S L
Decimal 187 135 73 0 0.28 0.61 0.27 32.63 0.46 0.51
Hex BB 87 49 0 1C 3D 1B 21 2E 33
Octal 273 207 111 0 34 75 33 41 56 63
Binary 10111011 10000111 1001001 0 11100 111101 11011 100001 101110 110011

Color Harmonies of #BB8749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8749

Black with #BB8749

Text Example


Text Example

White with #BB8749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8749; }

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

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

background-color css

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

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

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

border-color css

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

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

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