Html Css Color HEX #BE874D Tussock

📋 copy color: '#BE874D'

red 190 ◦ green 135 ◦ blue 77

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

Shades of Tussock #BE874D

Tints of Tussock #BE874D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.58%

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

R = 47.26%
G = 33.58%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE874D (or 0xBE874D) is known color: Tussock. HEX triplet: BE, 87 and 4D. RGB value is (190,135,77). Sum of RGB (Red+Green+Blue) = 190+135+77=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE874D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE874D is #4178B2. Grayscale: #919191. Windows color (decimal): -4290739 or 5081022. OLE color: 5081022.

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

Color convert

RGB 190 135 77 -
CMYK 0 0.29 0.59 0.25
HSL 30.8º 0.47% 0.52% -
HSV(B) 30.8º 0.59% 0.75% -
XYZ 31.24 28.81 10.94 -
YUV 144.83 89.72 160.22 -
System Red Green Blue C M Y K H S L
Decimal 190 135 77 0 0.29 0.59 0.25 30.8 0.47 0.52
Hex BE 87 4D 0 1D 3B 19 1F 2F 34
Octal 276 207 115 0 35 73 31 37 57 64
Binary 10111110 10000111 1001101 0 11101 111011 11001 11111 101111 110100

Color Harmonies of #BE874D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE874D

Black with #BE874D

Text Example


Text Example

White with #BE874D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE874D; }

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

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

background-color css

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

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

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

border-color css

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

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

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