Html Css Color HEX #BE8F5E Twine

📋 copy color: '#BE8F5E'

red 190 ◦ green 143 ◦ blue 94

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

Shades of Twine #BE8F5E

Tints of Twine #BE8F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.01%

R = 44.5%
G = 33.49%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE8F5E (or 0xBE8F5E) is known color: Twine. HEX triplet: BE, 8F and 5E. RGB value is (190,143,94). Sum of RGB (Red+Green+Blue) = 190+143+94=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8F5E is #4170A1. Grayscale: #979797. Windows color (decimal): -4288674 or 6197182. OLE color: 6197182.

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

Color convert

RGB 190 143 94 -
CMYK 0 0.25 0.51 0.25
HSL 30.63º 0.42% 0.56% -
HSV(B) 30.63º 0.51% 0.75% -
XYZ 33.08 31.4 14.91 -
YUV 151.47 95.57 155.48 -
System Red Green Blue C M Y K H S L
Decimal 190 143 94 0 0.25 0.51 0.25 30.63 0.42 0.56
Hex BE 8F 5E 0 19 33 19 1F 2A 38
Octal 276 217 136 0 31 63 31 37 52 70
Binary 10111110 10001111 1011110 0 11001 110011 11001 11111 101010 111000

Color Harmonies of #BE8F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8F5E

Black with #BE8F5E

Text Example


Text Example

White with #BE8F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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