Html Css Color HEX #BE9061 Twine

📋 copy color: '#BE9061'

red 190 ◦ green 144 ◦ blue 97

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

Shades of Twine #BE9061

Tints of Twine #BE9061

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.41%

 BLUE value IS 97 (38.28% from 255) = 22.51%

R = 44.08%
G = 33.41%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BE9061 (or 0xBE9061) is known color: Twine. HEX triplet: BE, 90 and 61. RGB value is (190,144,97). Sum of RGB (Red+Green+Blue) = 190+144+97=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9061 is #416F9E. Grayscale: #989898. Windows color (decimal): -4288415 or 6394046. OLE color: 6394046.

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

Color convert

RGB 190 144 97 -
CMYK 0 0.24 0.49 0.25
HSL 30.32º 0.42% 0.56% -
HSV(B) 30.32º 0.49% 0.75% -
XYZ 33.37 31.76 15.68 -
YUV 152.4 96.74 154.82 -
System Red Green Blue C M Y K H S L
Decimal 190 144 97 0 0.24 0.49 0.25 30.32 0.42 0.56
Hex BE 90 61 0 18 31 19 1E 2A 38
Octal 276 220 141 0 30 61 31 36 52 70
Binary 10111110 10010000 1100001 0 11000 110001 11001 11110 101010 111000

Color Harmonies of #BE9061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9061

Black with #BE9061

Text Example


Text Example

White with #BE9061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9061; }

 p { color: rgb(190,144,97); }

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

background-color css

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

 a { background-color: rgb(190,144,97); }

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

border-color css

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

 span { border-color: rgb(190,144,97); }

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