Html Css Color HEX #BEB166 Gimblet

📋 copy color: '#BEB166'

red 190 ◦ green 177 ◦ blue 102

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

Shades of Gimblet #BEB166

Tints of Gimblet #BEB166

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.74%

 BLUE value IS 102 (40.23% from 255) = 21.75%

R = 40.51%
G = 37.74%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BEB166 (or 0xBEB166) is known color: Gimblet. HEX triplet: BE, B1 and 66. RGB value is (190,177,102). Sum of RGB (Red+Green+Blue) = 190+177+102=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB166 is #414E99. Grayscale: #ACACAC. Windows color (decimal): -4279962 or 6730174. OLE color: 6730174.

HSL color Cylindrical-coordinate representation of color #BEB166: hue angle of 51.14º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BEB166 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 177 102 -
CMYK 0 0.07 0.46 0.25
HSL 51.14º 0.4% 0.57% -
HSV(B) 51.14º 0.46% 0.75% -
XYZ 39.36 43.35 18.86 -
YUV 172.34 88.31 140.6 -
System Red Green Blue C M Y K H S L
Decimal 190 177 102 0 0.07 0.46 0.25 51.14 0.4 0.57
Hex BE B1 66 0 7 2E 19 33 28 39
Octal 276 261 146 0 7 56 31 63 50 71
Binary 10111110 10110001 1100110 0 111 101110 11001 110011 101000 111001

Color Harmonies of #BEB166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB166

Black with #BEB166

Text Example


Text Example

White with #BEB166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB166; }

 p { color: rgb(190,177,102); }

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

background-color css

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

 a { background-color: rgb(190,177,102); }

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

border-color css

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

 span { border-color: rgb(190,177,102); }

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