Html Css Color HEX #BE904D Tussock

📋 copy color: '#BE904D'

red 190 ◦ green 144 ◦ blue 77

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

Shades of Tussock #BE904D

Tints of Tussock #BE904D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.04%

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

R = 46.23%
G = 35.04%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE904D (or 0xBE904D) is known color: Tussock. HEX triplet: BE, 90 and 4D. RGB value is (190,144,77). Sum of RGB (Red+Green+Blue) = 190+144+77=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE904D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE904D is #416FB2. Grayscale: #969696. Windows color (decimal): -4288435 or 5083326. OLE color: 5083326.

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

Color convert

RGB 190 144 77 -
CMYK 0 0.24 0.59 0.25
HSL 35.58º 0.47% 0.52% -
HSV(B) 35.58º 0.59% 0.75% -
XYZ 32.55 31.43 11.37 -
YUV 150.12 86.74 156.45 -
System Red Green Blue C M Y K H S L
Decimal 190 144 77 0 0.24 0.59 0.25 35.58 0.47 0.52
Hex BE 90 4D 0 18 3B 19 24 2F 34
Octal 276 220 115 0 30 73 31 44 57 64
Binary 10111110 10010000 1001101 0 11000 111011 11001 100100 101111 110100

Color Harmonies of #BE904D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE904D

Black with #BE904D

Text Example


Text Example

White with #BE904D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE904D; }

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

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

background-color css

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

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

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

border-color css

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

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

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