Html Css Color HEX #BF9C52 Tussock

📋 copy color: '#BF9C52'

red 191 ◦ green 156 ◦ blue 82

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

Shades of Tussock #BF9C52

Tints of Tussock #BF9C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.11%

R = 44.52%
G = 36.36%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BF9C52 (or 0xBF9C52) is known color: Tussock. HEX triplet: BF, 9C and 52. RGB value is (191,156,82). Sum of RGB (Red+Green+Blue) = 191+156+82=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9C52 is #4063AD. Grayscale: #9E9E9E. Windows color (decimal): -4219822 or 5414079. OLE color: 5414079.

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

Color convert

RGB 191 156 82 -
CMYK 0 0.18 0.57 0.25
HSL 40.73º 0.46% 0.54% -
HSV(B) 40.73º 0.57% 0.75% -
XYZ 34.9 35.46 12.99 -
YUV 158.03 85.1 151.52 -
System Red Green Blue C M Y K H S L
Decimal 191 156 82 0 0.18 0.57 0.25 40.73 0.46 0.54
Hex BF 9C 52 0 12 39 19 29 2E 36
Octal 277 234 122 0 22 71 31 51 56 66
Binary 10111111 10011100 1010010 0 10010 111001 11001 101001 101110 110110

Color Harmonies of #BF9C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9C52

Black with #BF9C52

Text Example


Text Example

White with #BF9C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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