Html Css Color HEX #BE8C57 Twine

📋 copy color: '#BE8C57'

red 190 ◦ green 140 ◦ blue 87

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

Shades of Twine #BE8C57

Tints of Twine #BE8C57

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.57%

 BLUE value IS 87 (34.38% from 255) = 20.86%

R = 45.56%
G = 33.57%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BE8C57 (or 0xBE8C57) is known color: Twine. HEX triplet: BE, 8C and 57. RGB value is (190,140,87). Sum of RGB (Red+Green+Blue) = 190+140+87=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 87 (34.38% from 255 or 20.86% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8C57 is #4173A8. Grayscale: #959595. Windows color (decimal): -4289449 or 5737662. OLE color: 5737662.

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

Color convert

RGB 190 140 87 -
CMYK 0 0.26 0.54 0.25
HSL 30.87º 0.44% 0.54% -
HSV(B) 30.87º 0.54% 0.75% -
XYZ 32.33 30.39 13.18 -
YUV 148.91 93.07 157.31 -
System Red Green Blue C M Y K H S L
Decimal 190 140 87 0 0.26 0.54 0.25 30.87 0.44 0.54
Hex BE 8C 57 0 1A 36 19 1F 2C 36
Octal 276 214 127 0 32 66 31 37 54 66
Binary 10111110 10001100 1010111 0 11010 110110 11001 11111 101100 110110

Color Harmonies of #BE8C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8C57

Black with #BE8C57

Text Example


Text Example

White with #BE8C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8C57; }

 p { color: rgb(190,140,87); }

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

background-color css

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

 a { background-color: rgb(190,140,87); }

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

border-color css

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

 span { border-color: rgb(190,140,87); }

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