Html Css Color HEX #BE9A4A Tussock

📋 copy color: '#BE9A4A'

red 190 ◦ green 154 ◦ blue 74

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

Shades of Tussock #BE9A4A

Tints of Tussock #BE9A4A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.84%

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

R = 45.45%
G = 36.84%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE9A4A (or 0xBE9A4A) is known color: Tussock. HEX triplet: BE, 9A and 4A. RGB value is (190,154,74). Sum of RGB (Red+Green+Blue) = 190+154+74=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 74 (29.30% from 255 or 17.70% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9A4A is #4165B5. Grayscale: #9C9C9C. Windows color (decimal): -4285878 or 4889278. OLE color: 4889278.

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

Color convert

RGB 190 154 74 -
CMYK 0 0.19 0.61 0.25
HSL 41.38º 0.47% 0.52% -
HSV(B) 41.38º 0.61% 0.75% -
XYZ 34.03 34.55 11.35 -
YUV 155.64 81.93 152.5 -
System Red Green Blue C M Y K H S L
Decimal 190 154 74 0 0.19 0.61 0.25 41.38 0.47 0.52
Hex BE 9A 4A 0 13 3D 19 29 2F 34
Octal 276 232 112 0 23 75 31 51 57 64
Binary 10111110 10011010 1001010 0 10011 111101 11001 101001 101111 110100

Color Harmonies of #BE9A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9A4A

Black with #BE9A4A

Text Example


Text Example

White with #BE9A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9A4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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