Html Css Color HEX #BF9247 Tussock

📋 copy color: '#BF9247'

red 191 ◦ green 146 ◦ blue 71

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

Shades of Tussock #BF9247

Tints of Tussock #BF9247

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.78%

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

R = 46.81%
G = 35.78%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BF9247 (or 0xBF9247) is known color: Tussock. HEX triplet: BF, 92 and 47. RGB value is (191,146,71). Sum of RGB (Red+Green+Blue) = 191+146+71=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 71 (28.12% from 255 or 17.40% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9247 is #406DB8. Grayscale: #979797. Windows color (decimal): -4222393 or 4690623. OLE color: 4690623.

HSL color Cylindrical-coordinate representation of color #BF9247: hue angle of 37.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 #BF9247 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 146 71 -
CMYK 0 0.24 0.63 0.25
HSL 37.5º 0.48% 0.51% -
HSV(B) 37.5º 0.63% 0.75% -
XYZ 32.9 32.09 10.42 -
YUV 150.91 82.91 156.6 -
System Red Green Blue C M Y K H S L
Decimal 191 146 71 0 0.24 0.63 0.25 37.5 0.48 0.51
Hex BF 92 47 0 18 3F 19 26 30 33
Octal 277 222 107 0 30 77 31 46 60 63
Binary 10111111 10010010 1000111 0 11000 111111 11001 100110 110000 110011

Color Harmonies of #BF9247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9247

Black with #BF9247

Text Example


Text Example

White with #BF9247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9247; }

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

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

background-color css

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

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

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

border-color css

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

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

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