Html Css Color HEX #BE8947 Tussock

📋 copy color: '#BE8947'

red 190 ◦ green 137 ◦ blue 71

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

Shades of Tussock #BE8947

Tints of Tussock #BE8947

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.42%

 BLUE value IS 71 (28.13% from 255) = 17.84%

R = 47.74%
G = 34.42%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BE8947 (or 0xBE8947) is known color: Tussock. HEX triplet: BE, 89 and 47. RGB value is (190,137,71). Sum of RGB (Red+Green+Blue) = 190+137+71=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 71 (28.12% from 255 or 17.84% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8947 is #4176B8. Grayscale: #919191. Windows color (decimal): -4290233 or 4688318. OLE color: 4688318.

HSL color Cylindrical-coordinate representation of color #BE8947: hue angle of 33.28º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE8947 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 137 71 -
CMYK 0 0.28 0.63 0.25
HSL 33.28º 0.48% 0.51% -
HSV(B) 33.28º 0.63% 0.75% -
XYZ 31.32 29.29 9.96 -
YUV 145.32 86.06 159.87 -
System Red Green Blue C M Y K H S L
Decimal 190 137 71 0 0.28 0.63 0.25 33.28 0.48 0.51
Hex BE 89 47 0 1C 3F 19 21 30 33
Octal 276 211 107 0 34 77 31 41 60 63
Binary 10111110 10001001 1000111 0 11100 111111 11001 100001 110000 110011

Color Harmonies of #BE8947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8947

Black with #BE8947

Text Example


Text Example

White with #BE8947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8947; }

 p { color: rgb(190,137,71); }

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

background-color css

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

 a { background-color: rgb(190,137,71); }

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

border-color css

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

 span { border-color: rgb(190,137,71); }

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