Html Css Color HEX #BE894D Tussock

📋 copy color: '#BE894D'

red 190 ◦ green 137 ◦ blue 77

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

Shades of Tussock #BE894D

Tints of Tussock #BE894D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.06%

R = 47.03%
G = 33.91%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE894D (or 0xBE894D) is known color: Tussock. HEX triplet: BE, 89 and 4D. RGB value is (190,137,77). Sum of RGB (Red+Green+Blue) = 190+137+77=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE894D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE894D is #4176B2. Grayscale: #929292. Windows color (decimal): -4290227 or 5081534. OLE color: 5081534.

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

Color convert

RGB 190 137 77 -
CMYK 0 0.28 0.59 0.25
HSL 31.86º 0.47% 0.52% -
HSV(B) 31.86º 0.59% 0.75% -
XYZ 31.52 29.37 11.03 -
YUV 146.01 89.06 159.38 -
System Red Green Blue C M Y K H S L
Decimal 190 137 77 0 0.28 0.59 0.25 31.86 0.47 0.52
Hex BE 89 4D 0 1C 3B 19 20 2F 34
Octal 276 211 115 0 34 73 31 40 57 64
Binary 10111110 10001001 1001101 0 11100 111011 11001 100000 101111 110100

Color Harmonies of #BE894D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE894D

Black with #BE894D

Text Example


Text Example

White with #BE894D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE894D; }

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

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

background-color css

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

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

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

border-color css

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

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

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