Html Css Color HEX #BE955B Twine

📋 copy color: '#BE955B'

red 190 ◦ green 149 ◦ blue 91

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

Shades of Twine #BE955B

Tints of Twine #BE955B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.16%

R = 44.19%
G = 34.65%
B = 21.16%

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

#BE955B (or 0xBE955B) is known color: Twine. HEX triplet: BE, 95 and 5B. RGB value is (190,149,91). Sum of RGB (Red+Green+Blue) = 190+149+91=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE955B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE955B is #416AA4. Grayscale: #9A9A9A. Windows color (decimal): -4287141 or 6002110. OLE color: 6002110.

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

Color convert

RGB 190 149 91 -
CMYK 0 0.22 0.52 0.25
HSL 35.15º 0.43% 0.55% -
HSV(B) 35.15º 0.52% 0.75% -
XYZ 33.87 33.2 14.52 -
YUV 154.65 92.08 153.22 -
System Red Green Blue C M Y K H S L
Decimal 190 149 91 0 0.22 0.52 0.25 35.15 0.43 0.55
Hex BE 95 5B 0 16 34 19 23 2B 37
Octal 276 225 133 0 26 64 31 43 53 67
Binary 10111110 10010101 1011011 0 10110 110100 11001 100011 101011 110111

Color Harmonies of #BE955B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE955B

Black with #BE955B

Text Example


Text Example

White with #BE955B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE955B; }

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

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

background-color css

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

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

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

border-color css

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

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

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