Html Css Color HEX #BF9949 Tussock

📋 copy color: '#BF9949'

red 191 ◦ green 153 ◦ blue 73

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

Shades of Tussock #BF9949

Tints of Tussock #BF9949

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.69%

 BLUE value IS 73 (28.91% from 255) = 17.51%

R = 45.8%
G = 36.69%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF9949 (or 0xBF9949) is known color: Tussock. HEX triplet: BF, 99 and 49. RGB value is (191,153,73). Sum of RGB (Red+Green+Blue) = 191+153+73=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 73 (28.91% from 255 or 17.51% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9949 is #4066B6. Grayscale: #9B9B9B. Windows color (decimal): -4220599 or 4823487. OLE color: 4823487.

HSL color Cylindrical-coordinate representation of color #BF9949: hue angle of 40.68º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF9949 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 153 73 -
CMYK 0 0.20 0.62 0.25
HSL 40.68º 0.48% 0.52% -
HSV(B) 40.68º 0.62% 0.75% -
XYZ 34.08 34.34 11.14 -
YUV 155.24 81.59 153.5 -
System Red Green Blue C M Y K H S L
Decimal 191 153 73 0 0.20 0.62 0.25 40.68 0.48 0.52
Hex BF 99 49 0 14 3E 19 29 30 34
Octal 277 231 111 0 24 76 31 51 60 64
Binary 10111111 10011001 1001001 0 10100 111110 11001 101001 110000 110100

Color Harmonies of #BF9949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9949

Black with #BF9949

Text Example


Text Example

White with #BF9949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9949; }

 p { color: rgb(191,153,73); }

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

background-color css

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

 a { background-color: rgb(191,153,73); }

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

border-color css

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

 span { border-color: rgb(191,153,73); }

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