Html Css Color HEX #BE885B Twine

📋 copy color: '#BE885B'

red 190 ◦ green 136 ◦ blue 91

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

Shades of Twine #BE885B

Tints of Twine #BE885B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.82%

R = 45.56%
G = 32.61%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BE885B (or 0xBE885B) is known color: Twine. HEX triplet: BE, 88 and 5B. RGB value is (190,136,91). Sum of RGB (Red+Green+Blue) = 190+136+91=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE885B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE885B is #4177A4. Grayscale: #939393. Windows color (decimal): -4290469 or 5998782. OLE color: 5998782.

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

Color convert

RGB 190 136 91 -
CMYK 0 0.28 0.52 0.25
HSL 27.27º 0.43% 0.55% -
HSV(B) 27.27º 0.52% 0.75% -
XYZ 31.93 29.31 13.87 -
YUV 147.02 96.39 158.66 -
System Red Green Blue C M Y K H S L
Decimal 190 136 91 0 0.28 0.52 0.25 27.27 0.43 0.55
Hex BE 88 5B 0 1C 34 19 1B 2B 37
Octal 276 210 133 0 34 64 31 33 53 67
Binary 10111110 10001000 1011011 0 11100 110100 11001 11011 101011 110111

Color Harmonies of #BE885B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE885B

Black with #BE885B

Text Example


Text Example

White with #BE885B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE885B; }

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

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

background-color css

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

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

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

border-color css

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

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

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