Html Css Color HEX #BE8B5E Twine

📋 copy color: '#BE8B5E'

red 190 ◦ green 139 ◦ blue 94

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

Shades of Twine #BE8B5E

Tints of Twine #BE8B5E

RGB

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

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

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

R = 44.92%
G = 32.86%
B = 22.22%

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

#BE8B5E (or 0xBE8B5E) is known color: Twine. HEX triplet: BE, 8B and 5E. RGB value is (190,139,94). Sum of RGB (Red+Green+Blue) = 190+139+94=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8B5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8B5E is #4174A1. Grayscale: #959595. Windows color (decimal): -4289698 or 6196158. OLE color: 6196158.

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

Color convert

RGB 190 139 94 -
CMYK 0 0.27 0.51 0.25
HSL 28.13º 0.42% 0.56% -
HSV(B) 28.13º 0.51% 0.75% -
XYZ 32.49 30.22 14.71 -
YUV 149.12 96.9 157.16 -
System Red Green Blue C M Y K H S L
Decimal 190 139 94 0 0.27 0.51 0.25 28.13 0.42 0.56
Hex BE 8B 5E 0 1B 33 19 1C 2A 38
Octal 276 213 136 0 33 63 31 34 52 70
Binary 10111110 10001011 1011110 0 11011 110011 11001 11100 101010 111000

Color Harmonies of #BE8B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8B5E

Black with #BE8B5E

Text Example


Text Example

White with #BE8B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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