Html Css Color HEX #BE935A Twine

📋 copy color: '#BE935A'

red 190 ◦ green 147 ◦ blue 90

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

Shades of Twine #BE935A

Tints of Twine #BE935A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.43%

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

R = 44.5%
G = 34.43%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BE935A (or 0xBE935A) is known color: Twine. HEX triplet: BE, 93 and 5A. RGB value is (190,147,90). Sum of RGB (Red+Green+Blue) = 190+147+90=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE935A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE935A is #416CA5. Grayscale: #999999. Windows color (decimal): -4287654 or 5936062. OLE color: 5936062.

HSL color Cylindrical-coordinate representation of color #BE935A: hue angle of 34.2º 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 #BE935A is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 147 90 -
CMYK 0 0.23 0.53 0.25
HSL 34.2º 0.43% 0.55% -
HSV(B) 34.2º 0.53% 0.75% -
XYZ 33.51 32.55 14.19 -
YUV 153.36 92.25 154.13 -
System Red Green Blue C M Y K H S L
Decimal 190 147 90 0 0.23 0.53 0.25 34.2 0.43 0.55
Hex BE 93 5A 0 17 35 19 22 2B 37
Octal 276 223 132 0 27 65 31 42 53 67
Binary 10111110 10010011 1011010 0 10111 110101 11001 100010 101011 110111

Color Harmonies of #BE935A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE935A

Black with #BE935A

Text Example


Text Example

White with #BE935A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE935A; }

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

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

background-color css

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

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

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

border-color css

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

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

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