Html Css Color HEX #BF8C4A Tussock

📋 copy color: '#BF8C4A'

red 191 ◦ green 140 ◦ blue 74

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

Shades of Tussock #BF8C4A

Tints of Tussock #BF8C4A

RGB

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

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

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

R = 47.16%
G = 34.57%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BF8C4A (or 0xBF8C4A) is known color: Tussock. HEX triplet: BF, 8C and 4A. RGB value is (191,140,74). Sum of RGB (Red+Green+Blue) = 191+140+74=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8C4A is #4073B5. Grayscale: #949494. Windows color (decimal): -4223926 or 4885695. OLE color: 4885695.

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

Color convert

RGB 191 140 74 -
CMYK 0 0.27 0.61 0.25
HSL 33.85º 0.48% 0.52% -
HSV(B) 33.85º 0.61% 0.75% -
XYZ 32.1 30.33 10.64 -
YUV 147.73 86.4 158.87 -
System Red Green Blue C M Y K H S L
Decimal 191 140 74 0 0.27 0.61 0.25 33.85 0.48 0.52
Hex BF 8C 4A 0 1B 3D 19 22 30 34
Octal 277 214 112 0 33 75 31 42 60 64
Binary 10111111 10001100 1001010 0 11011 111101 11001 100010 110000 110100

Color Harmonies of #BF8C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8C4A

Black with #BF8C4A

Text Example


Text Example

White with #BF8C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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