Html Css Color HEX #BE945A Twine

📋 copy color: '#BE945A'

red 190 ◦ green 148 ◦ blue 90

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

Shades of Twine #BE945A

Tints of Twine #BE945A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.58%

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

R = 44.39%
G = 34.58%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BE945A (or 0xBE945A) is known color: Twine. HEX triplet: BE, 94 and 5A. RGB value is (190,148,90). Sum of RGB (Red+Green+Blue) = 190+148+90=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BE945A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE945A is #416BA5. Grayscale: #9A9A9A. Windows color (decimal): -4287398 or 5936318. OLE color: 5936318.

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

Color convert

RGB 190 148 90 -
CMYK 0 0.22 0.53 0.25
HSL 34.8º 0.43% 0.55% -
HSV(B) 34.8º 0.53% 0.75% -
XYZ 33.67 32.87 14.24 -
YUV 153.95 91.91 153.72 -
System Red Green Blue C M Y K H S L
Decimal 190 148 90 0 0.22 0.53 0.25 34.8 0.43 0.55
Hex BE 94 5A 0 16 35 19 23 2B 37
Octal 276 224 132 0 26 65 31 43 53 67
Binary 10111110 10010100 1011010 0 10110 110101 11001 100011 101011 110111

Color Harmonies of #BE945A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE945A

Black with #BE945A

Text Example


Text Example

White with #BE945A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE945A; }

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

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

background-color css

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

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

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

border-color css

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

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

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