Html Css Color HEX #BE8F5A Twine

📋 copy color: '#BE8F5A'

red 190 ◦ green 143 ◦ blue 90

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

Shades of Twine #BE8F5A

Tints of Twine #BE8F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.28%

R = 44.92%
G = 33.81%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BE8F5A (or 0xBE8F5A) is known color: Twine. HEX triplet: BE, 8F and 5A. RGB value is (190,143,90). Sum of RGB (Red+Green+Blue) = 190+143+90=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8F5A is #4170A5. Grayscale: #979797. Windows color (decimal): -4288678 or 5935038. OLE color: 5935038.

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

Color convert

RGB 190 143 90 -
CMYK 0 0.25 0.53 0.25
HSL 31.8º 0.43% 0.55% -
HSV(B) 31.8º 0.53% 0.75% -
XYZ 32.9 31.33 13.99 -
YUV 151.01 93.57 155.81 -
System Red Green Blue C M Y K H S L
Decimal 190 143 90 0 0.25 0.53 0.25 31.8 0.43 0.55
Hex BE 8F 5A 0 19 35 19 20 2B 37
Octal 276 217 132 0 31 65 31 40 53 67
Binary 10111110 10001111 1011010 0 11001 110101 11001 100000 101011 110111

Color Harmonies of #BE8F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8F5A

Black with #BE8F5A

Text Example


Text Example

White with #BE8F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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