Html Css Color HEX #BE8A4A Tussock

📋 copy color: '#BE8A4A'

red 190 ◦ green 138 ◦ blue 74

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

Shades of Tussock #BE8A4A

Tints of Tussock #BE8A4A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.33%

 BLUE value IS 74 (29.3% from 255) = 18.41%

R = 47.26%
G = 34.33%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE8A4A (or 0xBE8A4A) is known color: Tussock. HEX triplet: BE, 8A and 4A. RGB value is (190,138,74). Sum of RGB (Red+Green+Blue) = 190+138+74=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 74 (29.30% from 255 or 18.41% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8A4A is #4175B5. Grayscale: #929292. Windows color (decimal): -4289974 or 4885182. OLE color: 4885182.

HSL color Cylindrical-coordinate representation of color #BE8A4A: hue angle of 33.1º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE8A4A is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 138 74 -
CMYK 0 0.27 0.61 0.25
HSL 33.1º 0.47% 0.52% -
HSV(B) 33.1º 0.61% 0.75% -
XYZ 31.56 29.62 10.53 -
YUV 146.25 87.23 159.2 -
System Red Green Blue C M Y K H S L
Decimal 190 138 74 0 0.27 0.61 0.25 33.1 0.47 0.52
Hex BE 8A 4A 0 1B 3D 19 21 2F 34
Octal 276 212 112 0 33 75 31 41 57 64
Binary 10111110 10001010 1001010 0 11011 111101 11001 100001 101111 110100

Color Harmonies of #BE8A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8A4A

Black with #BE8A4A

Text Example


Text Example

White with #BE8A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8A4A; }

 p { color: rgb(190,138,74); }

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

background-color css

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

 a { background-color: rgb(190,138,74); }

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

border-color css

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

 span { border-color: rgb(190,138,74); }

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