Html Css Color HEX #BEB560 Gimblet

📋 copy color: '#BEB560'

red 190 ◦ green 181 ◦ blue 96

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

Shades of Gimblet #BEB560

Tints of Gimblet #BEB560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.56%

R = 40.69%
G = 38.76%
B = 20.56%

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

#BEB560 (or 0xBEB560) is known color: Gimblet. HEX triplet: BE, B5 and 60. RGB value is (190,181,96). Sum of RGB (Red+Green+Blue) = 190+181+96=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB560 is #414A9F. Grayscale: #AEAEAE. Windows color (decimal): -4278944 or 6337982. OLE color: 6337982.

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

Color convert

RGB 190 181 96 -
CMYK 0 0.05 0.49 0.25
HSL 54.26º 0.42% 0.56% -
HSV(B) 54.26º 0.49% 0.75% -
XYZ 39.87 44.84 17.62 -
YUV 174 83.98 139.41 -
System Red Green Blue C M Y K H S L
Decimal 190 181 96 0 0.05 0.49 0.25 54.26 0.42 0.56
Hex BE B5 60 0 5 31 19 36 2A 38
Octal 276 265 140 0 5 61 31 66 52 70
Binary 10111110 10110101 1100000 0 101 110001 11001 110110 101010 111000

Color Harmonies of #BEB560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB560

Black with #BEB560

Text Example


Text Example

White with #BEB560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB560; }

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

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

background-color css

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

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

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

border-color css

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

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

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