Html Css Color HEX #BF8849 Tussock

📋 copy color: '#BF8849'

red 191 ◦ green 136 ◦ blue 73

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

Shades of Tussock #BF8849

Tints of Tussock #BF8849

RGB

 RED value IS 191 (75% from 255) = 47.75%

 GREEN value IS 136 (53.52% from 255) = 34%

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

R = 47.75%
G = 34%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF8849 (or 0xBF8849) is known color: Tussock. HEX triplet: BF, 88 and 49. RGB value is (191,136,73). Sum of RGB (Red+Green+Blue) = 191+136+73=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8849 is #4077B6. Grayscale: #919191. Windows color (decimal): -4224951 or 4819135. OLE color: 4819135.

HSL color Cylindrical-coordinate representation of color #BF8849: hue angle of 32.03º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF8849 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 136 73 -
CMYK 0 0.29 0.62 0.25
HSL 32.03º 0.48% 0.52% -
HSV(B) 32.03º 0.62% 0.75% -
XYZ 31.49 29.17 10.27 -
YUV 145.26 87.22 160.62 -
System Red Green Blue C M Y K H S L
Decimal 191 136 73 0 0.29 0.62 0.25 32.03 0.48 0.52
Hex BF 88 49 0 1D 3E 19 20 30 34
Octal 277 210 111 0 35 76 31 40 60 64
Binary 10111111 10001000 1001001 0 11101 111110 11001 100000 110000 110100

Color Harmonies of #BF8849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8849

Black with #BF8849

Text Example


Text Example

White with #BF8849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8849; }

 p { color: rgb(191,136,73); }

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

background-color css

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

 a { background-color: rgb(191,136,73); }

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

border-color css

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

 span { border-color: rgb(191,136,73); }

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