Html Css Color HEX #BEB561 Gimblet

📋 copy color: '#BEB561'

red 190 ◦ green 181 ◦ blue 97

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

Shades of Gimblet #BEB561

Tints of Gimblet #BEB561

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.68%

 BLUE value IS 97 (38.28% from 255) = 20.73%

R = 40.6%
G = 38.68%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BEB561 (or 0xBEB561) is known color: Gimblet. HEX triplet: BE, B5 and 61. RGB value is (190,181,97). Sum of RGB (Red+Green+Blue) = 190+181+97=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 97 (38.28% from 255 or 20.73% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB561 is #414A9E. Grayscale: #AEAEAE. Windows color (decimal): -4278943 or 6403518. OLE color: 6403518.

HSL color Cylindrical-coordinate representation of color #BEB561: hue angle of 54.19º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BEB561 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 181 97 -
CMYK 0 0.05 0.49 0.25
HSL 54.19º 0.42% 0.56% -
HSV(B) 54.19º 0.49% 0.75% -
XYZ 39.92 44.86 17.86 -
YUV 174.12 84.48 139.33 -
System Red Green Blue C M Y K H S L
Decimal 190 181 97 0 0.05 0.49 0.25 54.19 0.42 0.56
Hex BE B5 61 0 5 31 19 36 2A 38
Octal 276 265 141 0 5 61 31 66 52 70
Binary 10111110 10110101 1100001 0 101 110001 11001 110110 101010 111000

Color Harmonies of #BEB561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB561

Black with #BEB561

Text Example


Text Example

White with #BEB561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB561; }

 p { color: rgb(190,181,97); }

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

background-color css

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

 a { background-color: rgb(190,181,97); }

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

border-color css

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

 span { border-color: rgb(190,181,97); }

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