Html Css Color HEX #BE8D4D Tussock

📋 copy color: '#BE8D4D'

red 190 ◦ green 141 ◦ blue 77

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

Shades of Tussock #BE8D4D

Tints of Tussock #BE8D4D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.56%

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

R = 46.57%
G = 34.56%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE8D4D (or 0xBE8D4D) is known color: Tussock. HEX triplet: BE, 8D and 4D. RGB value is (190,141,77). Sum of RGB (Red+Green+Blue) = 190+141+77=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8D4D is #4172B2. Grayscale: #949494. Windows color (decimal): -4289203 or 5082558. OLE color: 5082558.

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

Color convert

RGB 190 141 77 -
CMYK 0 0.26 0.59 0.25
HSL 33.98º 0.47% 0.52% -
HSV(B) 33.98º 0.59% 0.75% -
XYZ 32.1 30.53 11.22 -
YUV 148.36 87.73 157.7 -
System Red Green Blue C M Y K H S L
Decimal 190 141 77 0 0.26 0.59 0.25 33.98 0.47 0.52
Hex BE 8D 4D 0 1A 3B 19 22 2F 34
Octal 276 215 115 0 32 73 31 42 57 64
Binary 10111110 10001101 1001101 0 11010 111011 11001 100010 101111 110100

Color Harmonies of #BE8D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8D4D

Black with #BE8D4D

Text Example


Text Example

White with #BE8D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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