Html Css Color HEX #BE965B Twine

📋 copy color: '#BE965B'

red 190 ◦ green 150 ◦ blue 91

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

Shades of Twine #BE965B

Tints of Twine #BE965B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.8%

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

R = 44.08%
G = 34.8%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BE965B (or 0xBE965B) is known color: Twine. HEX triplet: BE, 96 and 5B. RGB value is (190,150,91). Sum of RGB (Red+Green+Blue) = 190+150+91=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 91 (35.94% from 255 or 21.11% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE965B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE965B is #4169A4. Grayscale: #9B9B9B. Windows color (decimal): -4286885 or 6002366. OLE color: 6002366.

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

Color convert

RGB 190 150 91 -
CMYK 0 0.21 0.52 0.25
HSL 35.76º 0.43% 0.55% -
HSV(B) 35.76º 0.52% 0.75% -
XYZ 34.03 33.52 14.57 -
YUV 155.23 91.75 152.8 -
System Red Green Blue C M Y K H S L
Decimal 190 150 91 0 0.21 0.52 0.25 35.76 0.43 0.55
Hex BE 96 5B 0 15 34 19 24 2B 37
Octal 276 226 133 0 25 64 31 44 53 67
Binary 10111110 10010110 1011011 0 10101 110100 11001 100100 101011 110111

Color Harmonies of #BE965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE965B

Black with #BE965B

Text Example


Text Example

White with #BE965B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE965B; }

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

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

background-color css

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

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

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

border-color css

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

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

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