Html Css Color HEX #BEB061 Gimblet

📋 copy color: '#BEB061'

red 190 ◦ green 176 ◦ blue 97

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

Shades of Gimblet #BEB061

Tints of Gimblet #BEB061

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.01%

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

R = 41.04%
G = 38.01%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BEB061 (or 0xBEB061) is known color: Gimblet. HEX triplet: BE, B0 and 61. RGB value is (190,176,97). Sum of RGB (Red+Green+Blue) = 190+176+97=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 97 (38.28% from 255 or 20.95% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB061 is #414F9E. Grayscale: #ABABAB. Windows color (decimal): -4280223 or 6402238. OLE color: 6402238.

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

Color convert

RGB 190 176 97 -
CMYK 0 0.07 0.49 0.25
HSL 50.97º 0.42% 0.56% -
HSV(B) 50.97º 0.49% 0.75% -
XYZ 38.92 42.86 17.53 -
YUV 171.18 86.14 141.42 -
System Red Green Blue C M Y K H S L
Decimal 190 176 97 0 0.07 0.49 0.25 50.97 0.42 0.56
Hex BE B0 61 0 7 31 19 33 2A 38
Octal 276 260 141 0 7 61 31 63 52 70
Binary 10111110 10110000 1100001 0 111 110001 11001 110011 101010 111000

Color Harmonies of #BEB061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB061

Black with #BEB061

Text Example


Text Example

White with #BEB061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB061; }

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

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

background-color css

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

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

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

border-color css

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

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

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