Html Css Color HEX #BE984D Tussock

📋 copy color: '#BE984D'

red 190 ◦ green 152 ◦ blue 77

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

Shades of Tussock #BE984D

Tints of Tussock #BE984D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.28%

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

R = 45.35%
G = 36.28%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE984D (or 0xBE984D) is known color: Tussock. HEX triplet: BE, 98 and 4D. RGB value is (190,152,77). Sum of RGB (Red+Green+Blue) = 190+152+77=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE984D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE984D is #4167B2. Grayscale: #9B9B9B. Windows color (decimal): -4286387 or 5085374. OLE color: 5085374.

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

Color convert

RGB 190 152 77 -
CMYK 0 0.2 0.59 0.25
HSL 39.82º 0.47% 0.52% -
HSV(B) 39.82º 0.59% 0.75% -
XYZ 33.8 33.94 11.79 -
YUV 154.81 84.09 153.1 -
System Red Green Blue C M Y K H S L
Decimal 190 152 77 0 0.2 0.59 0.25 39.82 0.47 0.52
Hex BE 98 4D 0 14 3B 19 28 2F 34
Octal 276 230 115 0 24 73 31 50 57 64
Binary 10111110 10011000 1001101 0 10100 111011 11001 101000 101111 110100

Color Harmonies of #BE984D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE984D

Black with #BE984D

Text Example


Text Example

White with #BE984D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE984D; }

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

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

background-color css

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

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

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

border-color css

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

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

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