Html Css Color HEX #BE885E Twine

📋 copy color: '#BE885E'

red 190 ◦ green 136 ◦ blue 94

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

Shades of Twine #BE885E

Tints of Twine #BE885E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.38%

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

R = 45.24%
G = 32.38%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE885E (or 0xBE885E) is known color: Twine. HEX triplet: BE, 88 and 5E. RGB value is (190,136,94). Sum of RGB (Red+Green+Blue) = 190+136+94=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE885E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE885E is #4177A1. Grayscale: #939393. Windows color (decimal): -4290466 or 6195390. OLE color: 6195390.

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

Color convert

RGB 190 136 94 -
CMYK 0 0.28 0.51 0.25
HSL 26.25º 0.42% 0.56% -
HSV(B) 26.25º 0.51% 0.75% -
XYZ 32.06 29.36 14.57 -
YUV 147.36 97.89 158.42 -
System Red Green Blue C M Y K H S L
Decimal 190 136 94 0 0.28 0.51 0.25 26.25 0.42 0.56
Hex BE 88 5E 0 1C 33 19 1A 2A 38
Octal 276 210 136 0 34 63 31 32 52 70
Binary 10111110 10001000 1011110 0 11100 110011 11001 11010 101010 111000

Color Harmonies of #BE885E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE885E

Black with #BE885E

Text Example


Text Example

White with #BE885E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE885E; }

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

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

background-color css

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

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

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

border-color css

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

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

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