Html Css Color HEX #BE945D Twine

📋 copy color: '#BE945D'

red 190 ◦ green 148 ◦ blue 93

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

Shades of Twine #BE945D

Tints of Twine #BE945D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.34%

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

R = 44.08%
G = 34.34%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE945D (or 0xBE945D) is known color: Twine. HEX triplet: BE, 94 and 5D. RGB value is (190,148,93). Sum of RGB (Red+Green+Blue) = 190+148+93=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE945D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE945D is #416BA2. Grayscale: #9A9A9A. Windows color (decimal): -4287395 or 6132926. OLE color: 6132926.

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

Color convert

RGB 190 148 93 -
CMYK 0 0.22 0.51 0.25
HSL 34.02º 0.43% 0.55% -
HSV(B) 34.02º 0.51% 0.75% -
XYZ 33.8 32.92 14.93 -
YUV 154.29 93.41 153.47 -
System Red Green Blue C M Y K H S L
Decimal 190 148 93 0 0.22 0.51 0.25 34.02 0.43 0.55
Hex BE 94 5D 0 16 33 19 22 2B 37
Octal 276 224 135 0 26 63 31 42 53 67
Binary 10111110 10010100 1011101 0 10110 110011 11001 100010 101011 110111

Color Harmonies of #BE945D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE945D

Black with #BE945D

Text Example


Text Example

White with #BE945D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE945D; }

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

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

background-color css

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

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

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

border-color css

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

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

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