Html Css Color HEX #BEB165 Gimblet

📋 copy color: '#BEB165'

red 190 ◦ green 177 ◦ blue 101

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

Shades of Gimblet #BEB165

Tints of Gimblet #BEB165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.58%

R = 40.6%
G = 37.82%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BEB165 (or 0xBEB165) is known color: Gimblet. HEX triplet: BE, B1 and 65. RGB value is (190,177,101). Sum of RGB (Red+Green+Blue) = 190+177+101=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB165 is #414E9A. Grayscale: #ACACAC. Windows color (decimal): -4279963 or 6664638. OLE color: 6664638.

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

Color convert

RGB 190 177 101 -
CMYK 0 0.07 0.47 0.25
HSL 51.24º 0.41% 0.57% -
HSV(B) 51.24º 0.47% 0.75% -
XYZ 39.31 43.33 18.6 -
YUV 172.22 87.81 140.68 -
System Red Green Blue C M Y K H S L
Decimal 190 177 101 0 0.07 0.47 0.25 51.24 0.41 0.57
Hex BE B1 65 0 7 2F 19 33 29 39
Octal 276 261 145 0 7 57 31 63 51 71
Binary 10111110 10110001 1100101 0 111 101111 11001 110011 101001 111001

Color Harmonies of #BEB165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB165

Black with #BEB165

Text Example


Text Example

White with #BEB165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB165; }

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

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

background-color css

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

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

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

border-color css

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

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

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