Html Css Color HEX #BE8A5E Twine

📋 copy color: '#BE8A5E'

red 190 ◦ green 138 ◦ blue 94

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

Shades of Twine #BE8A5E

Tints of Twine #BE8A5E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.7%

 BLUE value IS 94 (37.11% from 255) = 22.27%

R = 45.02%
G = 32.7%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE8A5E (or 0xBE8A5E) is known color: Twine. HEX triplet: BE, 8A and 5E. RGB value is (190,138,94). Sum of RGB (Red+Green+Blue) = 190+138+94=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8A5E is #4175A1. Grayscale: #949494. Windows color (decimal): -4289954 or 6195902. OLE color: 6195902.

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

Color convert

RGB 190 138 94 -
CMYK 0 0.27 0.51 0.25
HSL 27.5º 0.42% 0.56% -
HSV(B) 27.5º 0.51% 0.75% -
XYZ 32.34 29.93 14.66 -
YUV 148.53 97.23 157.58 -
System Red Green Blue C M Y K H S L
Decimal 190 138 94 0 0.27 0.51 0.25 27.5 0.42 0.56
Hex BE 8A 5E 0 1B 33 19 1C 2A 38
Octal 276 212 136 0 33 63 31 34 52 70
Binary 10111110 10001010 1011110 0 11011 110011 11001 11100 101010 111000

Color Harmonies of #BE8A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8A5E

Black with #BE8A5E

Text Example


Text Example

White with #BE8A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8A5E; }

 p { color: rgb(190,138,94); }

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

background-color css

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

 a { background-color: rgb(190,138,94); }

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

border-color css

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

 span { border-color: rgb(190,138,94); }

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