Html Css Color HEX #BE8F4F Tussock

📋 copy color: '#BE8F4F'

red 190 ◦ green 143 ◦ blue 79

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

Shades of Tussock #BE8F4F

Tints of Tussock #BE8F4F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.71%

 BLUE value IS 79 (31.25% from 255) = 19.17%

R = 46.12%
G = 34.71%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BE8F4F (or 0xBE8F4F) is known color: Tussock. HEX triplet: BE, 8F and 4F. RGB value is (190,143,79). Sum of RGB (Red+Green+Blue) = 190+143+79=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 79 (31.25% from 255 or 19.17% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8F4F is #4170B0. Grayscale: #969696. Windows color (decimal): -4288689 or 5214142. OLE color: 5214142.

HSL color Cylindrical-coordinate representation of color #BE8F4F: hue angle of 34.59º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE8F4F is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 143 79 -
CMYK 0 0.25 0.58 0.25
HSL 34.59º 0.46% 0.53% -
HSV(B) 34.59º 0.58% 0.75% -
XYZ 32.47 31.16 11.7 -
YUV 149.76 88.07 156.7 -
System Red Green Blue C M Y K H S L
Decimal 190 143 79 0 0.25 0.58 0.25 34.59 0.46 0.53
Hex BE 8F 4F 0 19 3A 19 23 2E 35
Octal 276 217 117 0 31 72 31 43 56 65
Binary 10111110 10001111 1001111 0 11001 111010 11001 100011 101110 110101

Color Harmonies of #BE8F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8F4F

Black with #BE8F4F

Text Example


Text Example

White with #BE8F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8F4F; }

 p { color: rgb(190,143,79); }

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

background-color css

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

 a { background-color: rgb(190,143,79); }

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

border-color css

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

 span { border-color: rgb(190,143,79); }

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