Html Css Color HEX #BE9060 Twine

📋 copy color: '#BE9060'

red 190 ◦ green 144 ◦ blue 96

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

Shades of Twine #BE9060

Tints of Twine #BE9060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.33%

R = 44.19%
G = 33.49%
B = 22.33%

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

#BE9060 (or 0xBE9060) is known color: Twine. HEX triplet: BE, 90 and 60. RGB value is (190,144,96). Sum of RGB (Red+Green+Blue) = 190+144+96=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9060 is #416F9F. Grayscale: #989898. Windows color (decimal): -4288416 or 6328510. OLE color: 6328510.

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

Color convert

RGB 190 144 96 -
CMYK 0 0.24 0.49 0.25
HSL 30.64º 0.42% 0.56% -
HSV(B) 30.64º 0.49% 0.75% -
XYZ 33.32 31.74 15.44 -
YUV 152.28 96.24 154.9 -
System Red Green Blue C M Y K H S L
Decimal 190 144 96 0 0.24 0.49 0.25 30.64 0.42 0.56
Hex BE 90 60 0 18 31 19 1F 2A 38
Octal 276 220 140 0 30 61 31 37 52 70
Binary 10111110 10010000 1100000 0 11000 110001 11001 11111 101010 111000

Color Harmonies of #BE9060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9060

Black with #BE9060

Text Example


Text Example

White with #BE9060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9060; }

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

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

background-color css

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

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

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

border-color css

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

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

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