Html Css Color HEX #BE965A Twine

📋 copy color: '#BE965A'

red 190 ◦ green 150 ◦ blue 90

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

Shades of Twine #BE965A

Tints of Twine #BE965A

RGB

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

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

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

R = 44.19%
G = 34.88%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BE965A (or 0xBE965A) is known color: Twine. HEX triplet: BE, 96 and 5A. RGB value is (190,150,90). Sum of RGB (Red+Green+Blue) = 190+150+90=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE965A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE965A is #4169A5. Grayscale: #9B9B9B. Windows color (decimal): -4286886 or 5936830. OLE color: 5936830.

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

Color convert

RGB 190 150 90 -
CMYK 0 0.21 0.53 0.25
HSL 36º 0.43% 0.55% -
HSV(B) 36º 0.53% 0.75% -
XYZ 33.99 33.5 14.35 -
YUV 155.12 91.25 152.88 -
System Red Green Blue C M Y K H S L
Decimal 190 150 90 0 0.21 0.53 0.25 36 0.43 0.55
Hex BE 96 5A 0 15 35 19 24 2B 37
Octal 276 226 132 0 25 65 31 44 53 67
Binary 10111110 10010110 1011010 0 10101 110101 11001 100100 101011 110111

Color Harmonies of #BE965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE965A

Black with #BE965A

Text Example


Text Example

White with #BE965A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE965A; }

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

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

background-color css

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

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

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

border-color css

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

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

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