Html Css Color HEX #BE855A Twine

📋 copy color: '#BE855A'

red 190 ◦ green 133 ◦ blue 90

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

Shades of Twine #BE855A

Tints of Twine #BE855A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.2%

 BLUE value IS 90 (35.55% from 255) = 21.79%

R = 46%
G = 32.2%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BE855A (or 0xBE855A) is known color: Twine. HEX triplet: BE, 85 and 5A. RGB value is (190,133,90). Sum of RGB (Red+Green+Blue) = 190+133+90=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE855A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE855A is #417AA5. Grayscale: #919191. Windows color (decimal): -4291238 or 5932478. OLE color: 5932478.

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

Color convert

RGB 190 133 90 -
CMYK 0 0.3 0.53 0.25
HSL 25.8º 0.43% 0.55% -
HSV(B) 25.8º 0.53% 0.75% -
XYZ 31.47 28.46 13.51 -
YUV 145.14 96.88 160 -
System Red Green Blue C M Y K H S L
Decimal 190 133 90 0 0.3 0.53 0.25 25.8 0.43 0.55
Hex BE 85 5A 0 1E 35 19 1A 2B 37
Octal 276 205 132 0 36 65 31 32 53 67
Binary 10111110 10000101 1011010 0 11110 110101 11001 11010 101011 110111

Color Harmonies of #BE855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE855A

Black with #BE855A

Text Example


Text Example

White with #BE855A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE855A; }

 p { color: rgb(190,133,90); }

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

background-color css

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

 a { background-color: rgb(190,133,90); }

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

border-color css

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

 span { border-color: rgb(190,133,90); }

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