Html Css Color HEX #BE9849 Tussock

📋 copy color: '#BE9849'

red 190 ◦ green 152 ◦ blue 73

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

Shades of Tussock #BE9849

Tints of Tussock #BE9849

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.63%

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

R = 45.78%
G = 36.63%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE9849 (or 0xBE9849) is known color: Tussock. HEX triplet: BE, 98 and 49. RGB value is (190,152,73). Sum of RGB (Red+Green+Blue) = 190+152+73=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 73 (28.91% from 255 or 17.59% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9849 is #4167B6. Grayscale: #9A9A9A. Windows color (decimal): -4286391 or 4823230. OLE color: 4823230.

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

Color convert

RGB 190 152 73 -
CMYK 0 0.2 0.62 0.25
HSL 40.51º 0.47% 0.52% -
HSV(B) 40.51º 0.62% 0.75% -
XYZ 33.67 33.88 11.07 -
YUV 154.36 82.09 153.42 -
System Red Green Blue C M Y K H S L
Decimal 190 152 73 0 0.2 0.62 0.25 40.51 0.47 0.52
Hex BE 98 49 0 14 3E 19 29 2F 34
Octal 276 230 111 0 24 76 31 51 57 64
Binary 10111110 10011000 1001001 0 10100 111110 11001 101001 101111 110100

Color Harmonies of #BE9849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9849

Black with #BE9849

Text Example


Text Example

White with #BE9849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9849; }

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

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

background-color css

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

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

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

border-color css

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

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

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