Html Css Color HEX #BE974A Tussock

📋 copy color: '#BE974A'

red 190 ◦ green 151 ◦ blue 74

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

Shades of Tussock #BE974A

Tints of Tussock #BE974A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.39%

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

R = 45.78%
G = 36.39%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE974A (or 0xBE974A) is known color: Tussock. HEX triplet: BE, 97 and 4A. RGB value is (190,151,74). Sum of RGB (Red+Green+Blue) = 190+151+74=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 74 (29.30% from 255 or 17.83% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE974A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE974A is #4168B5. Grayscale: #9A9A9A. Windows color (decimal): -4286646 or 4888510. OLE color: 4888510.

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

Color convert

RGB 190 151 74 -
CMYK 0 0.21 0.61 0.25
HSL 39.83º 0.47% 0.52% -
HSV(B) 39.83º 0.61% 0.75% -
XYZ 33.54 33.57 11.19 -
YUV 153.88 82.92 153.76 -
System Red Green Blue C M Y K H S L
Decimal 190 151 74 0 0.21 0.61 0.25 39.83 0.47 0.52
Hex BE 97 4A 0 15 3D 19 28 2F 34
Octal 276 227 112 0 25 75 31 50 57 64
Binary 10111110 10010111 1001010 0 10101 111101 11001 101000 101111 110100

Color Harmonies of #BE974A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE974A

Black with #BE974A

Text Example


Text Example

White with #BE974A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE974A; }

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

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

background-color css

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

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

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

border-color css

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

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

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