Html Css Color HEX #BE9449 Tussock

📋 copy color: '#BE9449'

red 190 ◦ green 148 ◦ blue 73

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

Shades of Tussock #BE9449

Tints of Tussock #BE9449

RGB

 RED value IS 190 (74.61% from 255) = 46.23%

 GREEN value IS 148 (58.2% from 255) = 36.01%

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

R = 46.23%
G = 36.01%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE9449 (or 0xBE9449) is known color: Tussock. HEX triplet: BE, 94 and 49. RGB value is (190,148,73). Sum of RGB (Red+Green+Blue) = 190+148+73=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 73 (28.91% from 255 or 17.76% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9449 is #416BB6. Grayscale: #989898. Windows color (decimal): -4287415 or 4822206. OLE color: 4822206.

HSL color Cylindrical-coordinate representation of color #BE9449: hue angle of 38.46º degrees, saturation: 0.47, 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 #BE9449 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 148 73 -
CMYK 0 0.22 0.62 0.25
HSL 38.46º 0.47% 0.52% -
HSV(B) 38.46º 0.62% 0.75% -
XYZ 33.03 32.61 10.86 -
YUV 152.01 83.41 155.1 -
System Red Green Blue C M Y K H S L
Decimal 190 148 73 0 0.22 0.62 0.25 38.46 0.47 0.52
Hex BE 94 49 0 16 3E 19 26 2F 34
Octal 276 224 111 0 26 76 31 46 57 64
Binary 10111110 10010100 1001001 0 10110 111110 11001 100110 101111 110100

Color Harmonies of #BE9449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9449

Black with #BE9449

Text Example


Text Example

White with #BE9449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9449; }

 p { color: rgb(190,148,73); }

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

background-color css

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

 a { background-color: rgb(190,148,73); }

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

border-color css

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

 span { border-color: rgb(190,148,73); }

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