Html Css Color HEX #BE9155 Twine

📋 copy color: '#BE9155'

red 190 ◦ green 145 ◦ blue 85

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

Shades of Twine #BE9155

Tints of Twine #BE9155

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.52%

 BLUE value IS 85 (33.59% from 255) = 20.24%

R = 45.24%
G = 34.52%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BE9155 (or 0xBE9155) is known color: Twine. HEX triplet: BE, 91 and 55. RGB value is (190,145,85). Sum of RGB (Red+Green+Blue) = 190+145+85=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 85 (33.59% from 255 or 20.24% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9155 is #416EAA. Grayscale: #979797. Windows color (decimal): -4288171 or 5607870. OLE color: 5607870.

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

Color convert

RGB 190 145 85 -
CMYK 0 0.24 0.55 0.25
HSL 34.29º 0.45% 0.54% -
HSV(B) 34.29º 0.55% 0.75% -
XYZ 33 31.85 13 -
YUV 151.62 90.41 155.38 -
System Red Green Blue C M Y K H S L
Decimal 190 145 85 0 0.24 0.55 0.25 34.29 0.45 0.54
Hex BE 91 55 0 18 37 19 22 2D 36
Octal 276 221 125 0 30 67 31 42 55 66
Binary 10111110 10010001 1010101 0 11000 110111 11001 100010 101101 110110

Color Harmonies of #BE9155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9155

Black with #BE9155

Text Example


Text Example

White with #BE9155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9155; }

 p { color: rgb(190,145,85); }

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

background-color css

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

 a { background-color: rgb(190,145,85); }

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

border-color css

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

 span { border-color: rgb(190,145,85); }

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