Html Css Color HEX #BE8758 Twine

📋 copy color: '#BE8758'

red 190 ◦ green 135 ◦ blue 88

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

Shades of Twine #BE8758

Tints of Twine #BE8758

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.69%

 BLUE value IS 88 (34.77% from 255) = 21.31%

R = 46%
G = 32.69%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BE8758 (or 0xBE8758) is known color: Twine. HEX triplet: BE, 87 and 58. RGB value is (190,135,88). Sum of RGB (Red+Green+Blue) = 190+135+88=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 88 (34.77% from 255 or 21.31% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8758 is #4178A7. Grayscale: #929292. Windows color (decimal): -4290728 or 5801918. OLE color: 5801918.

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

Color convert

RGB 190 135 88 -
CMYK 0 0.29 0.54 0.25
HSL 27.65º 0.44% 0.55% -
HSV(B) 27.65º 0.54% 0.75% -
XYZ 31.66 28.98 13.16 -
YUV 146.09 95.22 159.32 -
System Red Green Blue C M Y K H S L
Decimal 190 135 88 0 0.29 0.54 0.25 27.65 0.44 0.55
Hex BE 87 58 0 1D 36 19 1C 2C 37
Octal 276 207 130 0 35 66 31 34 54 67
Binary 10111110 10000111 1011000 0 11101 110110 11001 11100 101100 110111

Color Harmonies of #BE8758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8758

Black with #BE8758

Text Example


Text Example

White with #BE8758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8758; }

 p { color: rgb(190,135,88); }

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

background-color css

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

 a { background-color: rgb(190,135,88); }

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

border-color css

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

 span { border-color: rgb(190,135,88); }

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