Html Css Color HEX #BE8760 Twine

📋 copy color: '#BE8760'

red 190 ◦ green 135 ◦ blue 96

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

Shades of Twine #BE8760

Tints of Twine #BE8760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.8%

R = 45.13%
G = 32.07%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BE8760 (or 0xBE8760) is known color: Twine. HEX triplet: BE, 87 and 60. RGB value is (190,135,96). Sum of RGB (Red+Green+Blue) = 190+135+96=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8760 is #41789F. Grayscale: #939393. Windows color (decimal): -4290720 or 6326206. OLE color: 6326206.

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

Color convert

RGB 190 135 96 -
CMYK 0 0.29 0.49 0.25
HSL 24.89º 0.42% 0.56% -
HSV(B) 24.89º 0.49% 0.75% -
XYZ 32.01 29.12 15 -
YUV 147 99.22 158.67 -
System Red Green Blue C M Y K H S L
Decimal 190 135 96 0 0.29 0.49 0.25 24.89 0.42 0.56
Hex BE 87 60 0 1D 31 19 19 2A 38
Octal 276 207 140 0 35 61 31 31 52 70
Binary 10111110 10000111 1100000 0 11101 110001 11001 11001 101010 111000

Color Harmonies of #BE8760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8760

Black with #BE8760

Text Example


Text Example

White with #BE8760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8760; }

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

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

background-color css

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

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

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

border-color css

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

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

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