Html Css Color HEX #BF9752 Tussock

📋 copy color: '#BF9752'

red 191 ◦ green 151 ◦ blue 82

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

Shades of Tussock #BF9752

Tints of Tussock #BF9752

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.61%

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

R = 45.05%
G = 35.61%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BF9752 (or 0xBF9752) is known color: Tussock. HEX triplet: BF, 97 and 52. RGB value is (191,151,82). Sum of RGB (Red+Green+Blue) = 191+151+82=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 82 (32.42% from 255 or 19.34% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9752 is #4068AD. Grayscale: #9B9B9B. Windows color (decimal): -4221102 or 5412799. OLE color: 5412799.

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

Color convert

RGB 191 151 82 -
CMYK 0 0.21 0.57 0.25
HSL 37.98º 0.46% 0.54% -
HSV(B) 37.98º 0.57% 0.75% -
XYZ 34.08 33.82 12.71 -
YUV 155.09 86.75 153.61 -
System Red Green Blue C M Y K H S L
Decimal 191 151 82 0 0.21 0.57 0.25 37.98 0.46 0.54
Hex BF 97 52 0 15 39 19 26 2E 36
Octal 277 227 122 0 25 71 31 46 56 66
Binary 10111111 10010111 1010010 0 10101 111001 11001 100110 101110 110110

Color Harmonies of #BF9752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9752

Black with #BF9752

Text Example


Text Example

White with #BF9752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9752; }

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

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

background-color css

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

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

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

border-color css

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

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

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