Html Css Color HEX #BF9350 Tussock

📋 copy color: '#BF9350'

red 191 ◦ green 147 ◦ blue 80

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

Shades of Tussock #BF9350

Tints of Tussock #BF9350

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.17%

 BLUE value IS 80 (31.64% from 255) = 19.14%

R = 45.69%
G = 35.17%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BF9350 (or 0xBF9350) is known color: Tussock. HEX triplet: BF, 93 and 50. RGB value is (191,147,80). Sum of RGB (Red+Green+Blue) = 191+147+80=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9350 is #406CAF. Grayscale: #989898. Windows color (decimal): -4222128 or 5280703. OLE color: 5280703.

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

Color convert

RGB 191 147 80 -
CMYK 0 0.23 0.58 0.25
HSL 36.22º 0.46% 0.53% -
HSV(B) 36.22º 0.58% 0.75% -
XYZ 33.37 32.52 12.11 -
YUV 152.52 87.08 155.45 -
System Red Green Blue C M Y K H S L
Decimal 191 147 80 0 0.23 0.58 0.25 36.22 0.46 0.53
Hex BF 93 50 0 17 3A 19 24 2E 35
Octal 277 223 120 0 27 72 31 44 56 65
Binary 10111111 10010011 1010000 0 10111 111010 11001 100100 101110 110101

Color Harmonies of #BF9350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9350

Black with #BF9350

Text Example


Text Example

White with #BF9350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9350; }

 p { color: rgb(191,147,80); }

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

background-color css

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

 a { background-color: rgb(191,147,80); }

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

border-color css

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

 span { border-color: rgb(191,147,80); }

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