Html Css Color HEX #BE8D5D Twine

📋 copy color: '#BE8D5D'

red 190 ◦ green 141 ◦ blue 93

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

Shades of Twine #BE8D5D

Tints of Twine #BE8D5D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.25%

 BLUE value IS 93 (36.72% from 255) = 21.93%

R = 44.81%
G = 33.25%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE8D5D (or 0xBE8D5D) is known color: Twine. HEX triplet: BE, 8D and 5D. RGB value is (190,141,93). Sum of RGB (Red+Green+Blue) = 190+141+93=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8D5D is #4172A2. Grayscale: #969696. Windows color (decimal): -4289187 or 6131134. OLE color: 6131134.

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

Color convert

RGB 190 141 93 -
CMYK 0 0.26 0.51 0.25
HSL 29.69º 0.43% 0.55% -
HSV(B) 29.69º 0.51% 0.75% -
XYZ 32.74 30.79 14.57 -
YUV 150.18 95.73 156.4 -
System Red Green Blue C M Y K H S L
Decimal 190 141 93 0 0.26 0.51 0.25 29.69 0.43 0.55
Hex BE 8D 5D 0 1A 33 19 1E 2B 37
Octal 276 215 135 0 32 63 31 36 53 67
Binary 10111110 10001101 1011101 0 11010 110011 11001 11110 101011 110111

Color Harmonies of #BE8D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8D5D

Black with #BE8D5D

Text Example


Text Example

White with #BE8D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8D5D; }

 p { color: rgb(190,141,93); }

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

background-color css

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

 a { background-color: rgb(190,141,93); }

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

border-color css

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

 span { border-color: rgb(190,141,93); }

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