Html Css Color HEX #BF8F4C Tussock

📋 copy color: '#BF8F4C'

red 191 ◦ green 143 ◦ blue 76

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

Shades of Tussock #BF8F4C

Tints of Tussock #BF8F4C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.88%

 BLUE value IS 76 (30.08% from 255) = 18.54%

R = 46.59%
G = 34.88%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BF8F4C (or 0xBF8F4C) is known color: Tussock. HEX triplet: BF, 8F and 4C. RGB value is (191,143,76). Sum of RGB (Red+Green+Blue) = 191+143+76=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 76 (30.08% from 255 or 18.54% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8F4C is #4070B3. Grayscale: #969696. Windows color (decimal): -4223156 or 5017535. OLE color: 5017535.

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

Color convert

RGB 191 143 76 -
CMYK 0 0.25 0.60 0.25
HSL 34.96º 0.47% 0.52% -
HSV(B) 34.96º 0.6% 0.75% -
XYZ 32.61 31.24 11.15 -
YUV 149.71 86.4 157.45 -
System Red Green Blue C M Y K H S L
Decimal 191 143 76 0 0.25 0.60 0.25 34.96 0.47 0.52
Hex BF 8F 4C 0 19 3C 19 23 2F 34
Octal 277 217 114 0 31 74 31 43 57 64
Binary 10111111 10001111 1001100 0 11001 111100 11001 100011 101111 110100

Color Harmonies of #BF8F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8F4C

Black with #BF8F4C

Text Example


Text Example

White with #BF8F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8F4C; }

 p { color: rgb(191,143,76); }

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

background-color css

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

 a { background-color: rgb(191,143,76); }

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

border-color css

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

 span { border-color: rgb(191,143,76); }

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