Html Css Color HEX #BE915D Twine

📋 copy color: '#BE915D'

red 190 ◦ green 145 ◦ blue 93

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

Shades of Twine #BE915D

Tints of Twine #BE915D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.88%

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

R = 44.39%
G = 33.88%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE915D (or 0xBE915D) is known color: Twine. HEX triplet: BE, 91 and 5D. RGB value is (190,145,93). Sum of RGB (Red+Green+Blue) = 190+145+93=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BE915D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE915D is #416EA2. Grayscale: #989898. Windows color (decimal): -4288163 or 6132158. OLE color: 6132158.

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

Color convert

RGB 190 145 93 -
CMYK 0 0.24 0.51 0.25
HSL 32.16º 0.43% 0.55% -
HSV(B) 32.16º 0.51% 0.75% -
XYZ 33.34 31.99 14.77 -
YUV 152.53 94.41 154.73 -
System Red Green Blue C M Y K H S L
Decimal 190 145 93 0 0.24 0.51 0.25 32.16 0.43 0.55
Hex BE 91 5D 0 18 33 19 20 2B 37
Octal 276 221 135 0 30 63 31 40 53 67
Binary 10111110 10010001 1011101 0 11000 110011 11001 100000 101011 110111

Color Harmonies of #BE915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE915D

Black with #BE915D

Text Example


Text Example

White with #BE915D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE915D; }

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

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

background-color css

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

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

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

border-color css

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

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

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