#BE8C5C

Color #BE8C5C Twine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twine #BE8C5C

Tints of Twine #BE8C5C

Color information

#BE8C5C (or 0xBE8C5C) is unknown color: approx Twine. HEX triplet: BE, 8C and 5C. RGB value is (190,140,92). Sum of RGB (Red+Green+Blue) = 190+140+92=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8C5C is #4173A3. Grayscale: #959595. Windows color (decimal): -4289444 or 6065342. OLE color: 6065342.

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

Color convert

RGB19014092-
CMYK00.260.520.25
HSL29.39º42.98%55.29%-
HSV(B)29.39º51.58%74.51%-
XYZ32.5530.4814.29-
YUV149.4895.56156.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.02%
GREEN value IS 140 (55.08% from 255) = 33.18%
BLUE value IS 92 (36.33% from 255) = 21.80%
R=45.02%
G=33.18%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901409200.260.520.2529.3942.9855.29
HexBE8C5C01A34191d2b37
Octal2762141340326431355367
Binary101111101000110010111000110101101001100111101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8C5C; }

 p { color: rgb(190,140,92); }

 H1.HeaderClassName
 {
   color: #BE8C5C;
 }
 .AnyTagClassName
 {
   color: #BE8C5C;
 }
</style>
background-color css

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

 a { background-color: rgb(190,140,92); }

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

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

 span { border-color: rgb(190,140,92); }

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