Html Css Color HEX #BF8D4A Tussock

📋 copy color: '#BF8D4A'

red 191 ◦ green 141 ◦ blue 74

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

Shades of Tussock #BF8D4A

Tints of Tussock #BF8D4A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.73%

 BLUE value IS 74 (29.3% from 255) = 18.23%

R = 47.04%
G = 34.73%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BF8D4A (or 0xBF8D4A) is known color: Tussock. HEX triplet: BF, 8D and 4A. RGB value is (191,141,74). Sum of RGB (Red+Green+Blue) = 191+141+74=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8D4A is #4072B5. Grayscale: #949494. Windows color (decimal): -4223670 or 4885951. OLE color: 4885951.

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

Color convert

RGB 191 141 74 -
CMYK 0 0.26 0.61 0.25
HSL 34.36º 0.48% 0.52% -
HSV(B) 34.36º 0.61% 0.75% -
XYZ 32.25 30.62 10.69 -
YUV 148.31 86.07 158.45 -
System Red Green Blue C M Y K H S L
Decimal 191 141 74 0 0.26 0.61 0.25 34.36 0.48 0.52
Hex BF 8D 4A 0 1A 3D 19 22 30 34
Octal 277 215 112 0 32 75 31 42 60 64
Binary 10111111 10001101 1001010 0 11010 111101 11001 100010 110000 110100

Color Harmonies of #BF8D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8D4A

Black with #BF8D4A

Text Example


Text Example

White with #BF8D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8D4A; }

 p { color: rgb(191,141,74); }

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

background-color css

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

 a { background-color: rgb(191,141,74); }

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

border-color css

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

 span { border-color: rgb(191,141,74); }

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