Html Css Color HEX #BEB066 Gimblet

📋 copy color: '#BEB066'

red 190 ◦ green 176 ◦ blue 102

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

Shades of Gimblet #BEB066

Tints of Gimblet #BEB066

RGB

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

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

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

R = 40.6%
G = 37.61%
B = 21.79%

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

#BEB066 (or 0xBEB066) is known color: Gimblet. HEX triplet: BE, B0 and 66. RGB value is (190,176,102). Sum of RGB (Red+Green+Blue) = 190+176+102=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB066 is #414F99. Grayscale: #ACACAC. Windows color (decimal): -4280218 or 6729918. OLE color: 6729918.

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

Color convert

RGB 190 176 102 -
CMYK 0 0.07 0.46 0.25
HSL 50.45º 0.4% 0.57% -
HSV(B) 50.45º 0.46% 0.75% -
XYZ 39.16 42.96 18.8 -
YUV 171.75 88.64 141.02 -
System Red Green Blue C M Y K H S L
Decimal 190 176 102 0 0.07 0.46 0.25 50.45 0.4 0.57
Hex BE B0 66 0 7 2E 19 32 28 39
Octal 276 260 146 0 7 56 31 62 50 71
Binary 10111110 10110000 1100110 0 111 101110 11001 110010 101000 111001

Color Harmonies of #BEB066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB066

Black with #BEB066

Text Example


Text Example

White with #BEB066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB066; }

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

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

background-color css

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

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

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

border-color css

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

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

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