Html Css Color HEX #BE845D Twine

📋 copy color: '#BE845D'

red 190 ◦ green 132 ◦ blue 93

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

Shades of Twine #BE845D

Tints of Twine #BE845D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.81%

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

R = 45.78%
G = 31.81%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE845D (or 0xBE845D) is known color: Twine. HEX triplet: BE, 84 and 5D. RGB value is (190,132,93). Sum of RGB (Red+Green+Blue) = 190+132+93=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE845D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE845D is #417BA2. Grayscale: #919191. Windows color (decimal): -4291491 or 6128830. OLE color: 6128830.

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

Color convert

RGB 190 132 93 -
CMYK 0 0.31 0.51 0.25
HSL 24.12º 0.43% 0.55% -
HSV(B) 24.12º 0.51% 0.75% -
XYZ 31.46 28.24 14.15 -
YUV 144.9 98.72 160.17 -
System Red Green Blue C M Y K H S L
Decimal 190 132 93 0 0.31 0.51 0.25 24.12 0.43 0.55
Hex BE 84 5D 0 1F 33 19 18 2B 37
Octal 276 204 135 0 37 63 31 30 53 67
Binary 10111110 10000100 1011101 0 11111 110011 11001 11000 101011 110111

Color Harmonies of #BE845D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE845D

Black with #BE845D

Text Example


Text Example

White with #BE845D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE845D; }

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

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

background-color css

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

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

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

border-color css

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

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

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