Html Css Color HEX #BF9250 Tussock

📋 copy color: '#BF9250'

red 191 ◦ green 146 ◦ blue 80

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

Shades of Tussock #BF9250

Tints of Tussock #BF9250

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.01%

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

R = 45.8%
G = 35.01%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BF9250 (or 0xBF9250) is known color: Tussock. HEX triplet: BF, 92 and 50. RGB value is (191,146,80). Sum of RGB (Red+Green+Blue) = 191+146+80=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9250 is #406DAF. Grayscale: #989898. Windows color (decimal): -4222384 or 5280447. OLE color: 5280447.

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

Color convert

RGB 191 146 80 -
CMYK 0 0.24 0.58 0.25
HSL 35.68º 0.46% 0.53% -
HSV(B) 35.68º 0.58% 0.75% -
XYZ 33.21 32.21 12.06 -
YUV 151.93 87.41 155.87 -
System Red Green Blue C M Y K H S L
Decimal 191 146 80 0 0.24 0.58 0.25 35.68 0.46 0.53
Hex BF 92 50 0 18 3A 19 24 2E 35
Octal 277 222 120 0 30 72 31 44 56 65
Binary 10111111 10010010 1010000 0 11000 111010 11001 100100 101110 110101

Color Harmonies of #BF9250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9250

Black with #BF9250

Text Example


Text Example

White with #BF9250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9250; }

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

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

background-color css

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

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

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

border-color css

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

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

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