Html Css Color HEX #BE8F5D Twine

📋 copy color: '#BE8F5D'

red 190 ◦ green 143 ◦ blue 93

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

Shades of Twine #BE8F5D

Tints of Twine #BE8F5D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.57%

 BLUE value IS 93 (36.72% from 255) = 21.83%

R = 44.6%
G = 33.57%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE8F5D (or 0xBE8F5D) is known color: Twine. HEX triplet: BE, 8F and 5D. RGB value is (190,143,93). Sum of RGB (Red+Green+Blue) = 190+143+93=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8F5D is #4170A2. Grayscale: #979797. Windows color (decimal): -4288675 or 6131646. OLE color: 6131646.

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

Color convert

RGB 190 143 93 -
CMYK 0 0.25 0.51 0.25
HSL 30.93º 0.43% 0.55% -
HSV(B) 30.93º 0.51% 0.75% -
XYZ 33.03 31.38 14.67 -
YUV 151.35 95.07 155.57 -
System Red Green Blue C M Y K H S L
Decimal 190 143 93 0 0.25 0.51 0.25 30.93 0.43 0.55
Hex BE 8F 5D 0 19 33 19 1F 2B 37
Octal 276 217 135 0 31 63 31 37 53 67
Binary 10111110 10001111 1011101 0 11001 110011 11001 11111 101011 110111

Color Harmonies of #BE8F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8F5D

Black with #BE8F5D

Text Example


Text Example

White with #BE8F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8F5D; }

 p { color: rgb(190,143,93); }

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

background-color css

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

 a { background-color: rgb(190,143,93); }

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

border-color css

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

 span { border-color: rgb(190,143,93); }

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