Html Css Color HEX #BF9C4C Tussock

📋 copy color: '#BF9C4C'

red 191 ◦ green 156 ◦ blue 76

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

Shades of Tussock #BF9C4C

Tints of Tussock #BF9C4C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.88%

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

R = 45.15%
G = 36.88%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BF9C4C (or 0xBF9C4C) is known color: Tussock. HEX triplet: BF, 9C and 4C. RGB value is (191,156,76). Sum of RGB (Red+Green+Blue) = 191+156+76=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 76 (30.08% from 255 or 17.97% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9C4C is #4063B3. Grayscale: #9D9D9D. Windows color (decimal): -4219828 or 5020863. OLE color: 5020863.

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

Color convert

RGB 191 156 76 -
CMYK 0 0.18 0.60 0.25
HSL 41.74º 0.47% 0.52% -
HSV(B) 41.74º 0.6% 0.75% -
XYZ 34.68 35.38 11.84 -
YUV 157.35 82.1 152 -
System Red Green Blue C M Y K H S L
Decimal 191 156 76 0 0.18 0.60 0.25 41.74 0.47 0.52
Hex BF 9C 4C 0 12 3C 19 2A 2F 34
Octal 277 234 114 0 22 74 31 52 57 64
Binary 10111111 10011100 1001100 0 10010 111100 11001 101010 101111 110100

Color Harmonies of #BF9C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9C4C

Black with #BF9C4C

Text Example


Text Example

White with #BF9C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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