Html Css Color HEX #BE8945 Tussock

📋 copy color: '#BE8945'

red 190 ◦ green 137 ◦ blue 69

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

Shades of Tussock #BE8945

Tints of Tussock #BE8945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.42%

R = 47.98%
G = 34.6%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE8945 (or 0xBE8945) is known color: Tussock. HEX triplet: BE, 89 and 45. RGB value is (190,137,69). Sum of RGB (Red+Green+Blue) = 190+137+69=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 69 (27.34% from 255 or 17.42% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8945 is #4176BA. Grayscale: #919191. Windows color (decimal): -4290235 or 4557246. OLE color: 4557246.

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

Color convert

RGB 190 137 69 -
CMYK 0 0.28 0.64 0.25
HSL 33.72º 0.48% 0.51% -
HSV(B) 33.72º 0.64% 0.75% -
XYZ 31.26 29.27 9.63 -
YUV 145.1 85.06 160.03 -
System Red Green Blue C M Y K H S L
Decimal 190 137 69 0 0.28 0.64 0.25 33.72 0.48 0.51
Hex BE 89 45 0 1C 40 19 22 30 33
Octal 276 211 105 0 34 100 31 42 60 63
Binary 10111110 10001001 1000101 0 11100 1000000 11001 100010 110000 110011

Color Harmonies of #BE8945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8945

Black with #BE8945

Text Example


Text Example

White with #BE8945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8945; }

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

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

background-color css

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

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

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

border-color css

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

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

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