Html Css Color HEX #BE8E5F Twine

📋 copy color: '#BE8E5F'

red 190 ◦ green 142 ◦ blue 95

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

Shades of Twine #BE8E5F

Tints of Twine #BE8E5F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.26%

 BLUE value IS 95 (37.5% from 255) = 22.25%

R = 44.5%
G = 33.26%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.5

 K value IS 0.25

RGB Variations

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

Color information

#BE8E5F (or 0xBE8E5F) is known color: Twine. HEX triplet: BE, 8E and 5F. RGB value is (190,142,95). Sum of RGB (Red+Green+Blue) = 190+142+95=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 95 (37.5% from 255 or 22.25% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8E5F is #4171A0. Grayscale: #979797. Windows color (decimal): -4288929 or 6262462. OLE color: 6262462.

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

Color convert

RGB 190 142 95 -
CMYK 0 0.25 0.5 0.25
HSL 29.68º 0.42% 0.56% -
HSV(B) 29.68º 0.5% 0.75% -
XYZ 32.97 31.12 15.1 -
YUV 150.99 96.4 155.82 -
System Red Green Blue C M Y K H S L
Decimal 190 142 95 0 0.25 0.5 0.25 29.68 0.42 0.56
Hex BE 8E 5F 0 19 32 19 1E 2A 38
Octal 276 216 137 0 31 62 31 36 52 70
Binary 10111110 10001110 1011111 0 11001 110010 11001 11110 101010 111000

Color Harmonies of #BE8E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8E5F

Black with #BE8E5F

Text Example


Text Example

White with #BE8E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8E5F; }

 p { color: rgb(190,142,95); }

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

background-color css

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

 a { background-color: rgb(190,142,95); }

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

border-color css

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

 span { border-color: rgb(190,142,95); }

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