Html Css Color HEX #BF8C47 Tussock

📋 copy color: '#BF8C47'

red 191 ◦ green 140 ◦ blue 71

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

Shades of Tussock #BF8C47

Tints of Tussock #BF8C47

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.83%

 BLUE value IS 71 (28.13% from 255) = 17.66%

R = 47.51%
G = 34.83%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BF8C47 (or 0xBF8C47) is known color: Tussock. HEX triplet: BF, 8C and 47. RGB value is (191,140,71). Sum of RGB (Red+Green+Blue) = 191+140+71=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 71 (28.12% from 255 or 17.66% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8C47 is #4073B8. Grayscale: #939393. Windows color (decimal): -4223929 or 4689087. OLE color: 4689087.

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

Color convert

RGB 191 140 71 -
CMYK 0 0.27 0.63 0.25
HSL 34.5º 0.48% 0.51% -
HSV(B) 34.5º 0.63% 0.75% -
XYZ 32 30.29 10.12 -
YUV 147.38 84.9 159.11 -
System Red Green Blue C M Y K H S L
Decimal 191 140 71 0 0.27 0.63 0.25 34.5 0.48 0.51
Hex BF 8C 47 0 1B 3F 19 22 30 33
Octal 277 214 107 0 33 77 31 42 60 63
Binary 10111111 10001100 1000111 0 11011 111111 11001 100010 110000 110011

Color Harmonies of #BF8C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8C47

Black with #BF8C47

Text Example


Text Example

White with #BF8C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8C47; }

 p { color: rgb(191,140,71); }

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

background-color css

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

 a { background-color: rgb(191,140,71); }

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

border-color css

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

 span { border-color: rgb(191,140,71); }

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