Html Css Color HEX #BE954D Tussock

📋 copy color: '#BE954D'

red 190 ◦ green 149 ◦ blue 77

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

Shades of Tussock #BE954D

Tints of Tussock #BE954D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.82%

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

R = 45.67%
G = 35.82%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE954D (or 0xBE954D) is known color: Tussock. HEX triplet: BE, 95 and 4D. RGB value is (190,149,77). Sum of RGB (Red+Green+Blue) = 190+149+77=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE954D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE954D is #416AB2. Grayscale: #999999. Windows color (decimal): -4287155 or 5084606. OLE color: 5084606.

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

Color convert

RGB 190 149 77 -
CMYK 0 0.22 0.59 0.25
HSL 38.23º 0.47% 0.52% -
HSV(B) 38.23º 0.59% 0.75% -
XYZ 33.32 32.98 11.63 -
YUV 153.05 85.08 154.35 -
System Red Green Blue C M Y K H S L
Decimal 190 149 77 0 0.22 0.59 0.25 38.23 0.47 0.52
Hex BE 95 4D 0 16 3B 19 26 2F 34
Octal 276 225 115 0 26 73 31 46 57 64
Binary 10111110 10010101 1001101 0 10110 111011 11001 100110 101111 110100

Color Harmonies of #BE954D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE954D

Black with #BE954D

Text Example


Text Example

White with #BE954D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE954D; }

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

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

background-color css

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

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

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

border-color css

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

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

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