Html Css Color HEX #BE885D Twine

📋 copy color: '#BE885D'

red 190 ◦ green 136 ◦ blue 93

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

Shades of Twine #BE885D

Tints of Twine #BE885D

RGB

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

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

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

R = 45.35%
G = 32.46%
B = 22.2%

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

#BE885D (or 0xBE885D) is known color: Twine. HEX triplet: BE, 88 and 5D. RGB value is (190,136,93). Sum of RGB (Red+Green+Blue) = 190+136+93=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE885D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE885D is #4177A2. Grayscale: #939393. Windows color (decimal): -4290467 or 6129854. OLE color: 6129854.

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

Color convert

RGB 190 136 93 -
CMYK 0 0.28 0.51 0.25
HSL 26.6º 0.43% 0.55% -
HSV(B) 26.6º 0.51% 0.75% -
XYZ 32.02 29.35 14.33 -
YUV 147.24 97.39 158.5 -
System Red Green Blue C M Y K H S L
Decimal 190 136 93 0 0.28 0.51 0.25 26.6 0.43 0.55
Hex BE 88 5D 0 1C 33 19 1B 2B 37
Octal 276 210 135 0 34 63 31 33 53 67
Binary 10111110 10001000 1011101 0 11100 110011 11001 11011 101011 110111

Color Harmonies of #BE885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE885D

Black with #BE885D

Text Example


Text Example

White with #BE885D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE885D; }

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

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

background-color css

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

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

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

border-color css

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

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

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