Html Css Color HEX #BE8B5D Twine

📋 copy color: '#BE8B5D'

red 190 ◦ green 139 ◦ blue 93

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

Shades of Twine #BE8B5D

Tints of Twine #BE8B5D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.94%

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

R = 45.02%
G = 32.94%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE8B5D (or 0xBE8B5D) is known color: Twine. HEX triplet: BE, 8B and 5D. RGB value is (190,139,93). Sum of RGB (Red+Green+Blue) = 190+139+93=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8B5D is #4174A2. Grayscale: #959595. Windows color (decimal): -4289699 or 6130622. OLE color: 6130622.

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

Color convert

RGB 190 139 93 -
CMYK 0 0.27 0.51 0.25
HSL 28.45º 0.43% 0.55% -
HSV(B) 28.45º 0.51% 0.75% -
XYZ 32.44 30.2 14.48 -
YUV 149.01 96.4 157.24 -
System Red Green Blue C M Y K H S L
Decimal 190 139 93 0 0.27 0.51 0.25 28.45 0.43 0.55
Hex BE 8B 5D 0 1B 33 19 1C 2B 37
Octal 276 213 135 0 33 63 31 34 53 67
Binary 10111110 10001011 1011101 0 11011 110011 11001 11100 101011 110111

Color Harmonies of #BE8B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8B5D

Black with #BE8B5D

Text Example


Text Example

White with #BE8B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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