Html Css Color HEX #BF8C4C Tussock

📋 copy color: '#BF8C4C'

red 191 ◦ green 140 ◦ blue 76

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

Shades of Tussock #BF8C4C

Tints of Tussock #BF8C4C

RGB

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

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

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

R = 46.93%
G = 34.4%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BF8C4C (or 0xBF8C4C) is known color: Tussock. HEX triplet: BF, 8C and 4C. RGB value is (191,140,76). Sum of RGB (Red+Green+Blue) = 191+140+76=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8C4C is #4073B3. Grayscale: #949494. Windows color (decimal): -4223924 or 5016767. OLE color: 5016767.

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

Color convert

RGB 191 140 76 -
CMYK 0 0.27 0.60 0.25
HSL 33.39º 0.47% 0.52% -
HSV(B) 33.39º 0.6% 0.75% -
XYZ 32.17 30.35 11 -
YUV 147.95 87.4 158.7 -
System Red Green Blue C M Y K H S L
Decimal 191 140 76 0 0.27 0.60 0.25 33.39 0.47 0.52
Hex BF 8C 4C 0 1B 3C 19 21 2F 34
Octal 277 214 114 0 33 74 31 41 57 64
Binary 10111111 10001100 1001100 0 11011 111100 11001 100001 101111 110100

Color Harmonies of #BF8C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8C4C

Black with #BF8C4C

Text Example


Text Example

White with #BF8C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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