Html Css Color HEX #BE8F4D Tussock

📋 copy color: '#BE8F4D'

red 190 ◦ green 143 ◦ blue 77

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

Shades of Tussock #BE8F4D

Tints of Tussock #BE8F4D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.88%

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

R = 46.34%
G = 34.88%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE8F4D (or 0xBE8F4D) is known color: Tussock. HEX triplet: BE, 8F and 4D. RGB value is (190,143,77). Sum of RGB (Red+Green+Blue) = 190+143+77=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 77 (30.47% from 255 or 18.78% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8F4D is #4170B2. Grayscale: #959595. Windows color (decimal): -4288691 or 5083070. OLE color: 5083070.

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

Color convert

RGB 190 143 77 -
CMYK 0 0.25 0.59 0.25
HSL 35.04º 0.47% 0.52% -
HSV(B) 35.04º 0.59% 0.75% -
XYZ 32.4 31.13 11.32 -
YUV 149.53 87.07 156.87 -
System Red Green Blue C M Y K H S L
Decimal 190 143 77 0 0.25 0.59 0.25 35.04 0.47 0.52
Hex BE 8F 4D 0 19 3B 19 23 2F 34
Octal 276 217 115 0 31 73 31 43 57 64
Binary 10111110 10001111 1001101 0 11001 111011 11001 100011 101111 110100

Color Harmonies of #BE8F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8F4D

Black with #BE8F4D

Text Example


Text Example

White with #BE8F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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