Html Css Color HEX #BE8A65 Twine

📋 copy color: '#BE8A65'

red 190 ◦ green 138 ◦ blue 101

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

Shades of Twine #BE8A65

Tints of Twine #BE8A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.54%

R = 44.29%
G = 32.17%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE8A65 (or 0xBE8A65) is known color: Twine. HEX triplet: BE, 8A and 65. RGB value is (190,138,101). Sum of RGB (Red+Green+Blue) = 190+138+101=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8A65 is #41759A. Grayscale: #959595. Windows color (decimal): -4289947 or 6654654. OLE color: 6654654.

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

Color convert

RGB 190 138 101 -
CMYK 0 0.27 0.47 0.25
HSL 24.94º 0.41% 0.57% -
HSV(B) 24.94º 0.47% 0.75% -
XYZ 32.67 30.06 16.39 -
YUV 149.33 100.73 157.01 -
System Red Green Blue C M Y K H S L
Decimal 190 138 101 0 0.27 0.47 0.25 24.94 0.41 0.57
Hex BE 8A 65 0 1B 2F 19 19 29 39
Octal 276 212 145 0 33 57 31 31 51 71
Binary 10111110 10001010 1100101 0 11011 101111 11001 11001 101001 111001

Color Harmonies of #BE8A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8A65

Black with #BE8A65

Text Example


Text Example

White with #BE8A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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