Html Css Color HEX #BE8949 Tussock

📋 copy color: '#BE8949'

red 190 ◦ green 137 ◦ blue 73

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

Shades of Tussock #BE8949

Tints of Tussock #BE8949

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.25%

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

R = 47.5%
G = 34.25%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE8949 (or 0xBE8949) is known color: Tussock. HEX triplet: BE, 89 and 49. RGB value is (190,137,73). Sum of RGB (Red+Green+Blue) = 190+137+73=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8949 is #4176B6. Grayscale: #919191. Windows color (decimal): -4290231 or 4819390. OLE color: 4819390.

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

Color convert

RGB 190 137 73 -
CMYK 0 0.28 0.62 0.25
HSL 32.82º 0.47% 0.52% -
HSV(B) 32.82º 0.62% 0.75% -
XYZ 31.38 29.32 10.31 -
YUV 145.55 87.06 159.7 -
System Red Green Blue C M Y K H S L
Decimal 190 137 73 0 0.28 0.62 0.25 32.82 0.47 0.52
Hex BE 89 49 0 1C 3E 19 21 2F 34
Octal 276 211 111 0 34 76 31 41 57 64
Binary 10111110 10001001 1001001 0 11100 111110 11001 100001 101111 110100

Color Harmonies of #BE8949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8949

Black with #BE8949

Text Example


Text Example

White with #BE8949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8949; }

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

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

background-color css

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

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

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

border-color css

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

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

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