Html Css Color HEX #BE955C Twine

📋 copy color: '#BE955C'

red 190 ◦ green 149 ◦ blue 92

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

Shades of Twine #BE955C

Tints of Twine #BE955C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.57%

 BLUE value IS 92 (36.33% from 255) = 21.35%

R = 44.08%
G = 34.57%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BE955C (or 0xBE955C) is known color: Twine. HEX triplet: BE, 95 and 5C. RGB value is (190,149,92). Sum of RGB (Red+Green+Blue) = 190+149+92=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE955C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE955C is #416AA3. Grayscale: #9B9B9B. Windows color (decimal): -4287140 or 6067646. OLE color: 6067646.

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

Color convert

RGB 190 149 92 -
CMYK 0 0.22 0.52 0.25
HSL 34.9º 0.43% 0.55% -
HSV(B) 34.9º 0.52% 0.75% -
XYZ 33.91 33.21 14.75 -
YUV 154.76 92.58 153.13 -
System Red Green Blue C M Y K H S L
Decimal 190 149 92 0 0.22 0.52 0.25 34.9 0.43 0.55
Hex BE 95 5C 0 16 34 19 23 2B 37
Octal 276 225 134 0 26 64 31 43 53 67
Binary 10111110 10010101 1011100 0 10110 110100 11001 100011 101011 110111

Color Harmonies of #BE955C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE955C

Black with #BE955C

Text Example


Text Example

White with #BE955C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE955C; }

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

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

background-color css

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

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

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

border-color css

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

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

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