Html Css Color HEX #BF9C51 Tussock

📋 copy color: '#BF9C51'

red 191 ◦ green 156 ◦ blue 81

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

Shades of Tussock #BF9C51

Tints of Tussock #BF9C51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.93%

R = 44.63%
G = 36.45%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BF9C51 (or 0xBF9C51) is known color: Tussock. HEX triplet: BF, 9C and 51. RGB value is (191,156,81). Sum of RGB (Red+Green+Blue) = 191+156+81=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 81 (32.03% from 255 or 18.93% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9C51 is #4063AE. Grayscale: #9E9E9E. Windows color (decimal): -4219823 or 5348543. OLE color: 5348543.

HSL color Cylindrical-coordinate representation of color #BF9C51: hue angle of 40.91º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF9C51 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 156 81 -
CMYK 0 0.18 0.58 0.25
HSL 40.91º 0.46% 0.53% -
HSV(B) 40.91º 0.58% 0.75% -
XYZ 34.86 35.45 12.79 -
YUV 157.92 84.6 151.6 -
System Red Green Blue C M Y K H S L
Decimal 191 156 81 0 0.18 0.58 0.25 40.91 0.46 0.53
Hex BF 9C 51 0 12 3A 19 29 2E 35
Octal 277 234 121 0 22 72 31 51 56 65
Binary 10111111 10011100 1010001 0 10010 111010 11001 101001 101110 110101

Color Harmonies of #BF9C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9C51

Black with #BF9C51

Text Example


Text Example

White with #BF9C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9C51; }

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

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

background-color css

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

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

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

border-color css

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

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

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