Html Css Color HEX #BEB065 Gimblet

📋 copy color: '#BEB065'

red 190 ◦ green 176 ◦ blue 101

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

Shades of Gimblet #BEB065

Tints of Gimblet #BEB065

RGB

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

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

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

R = 40.69%
G = 37.69%
B = 21.63%

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

#BEB065 (or 0xBEB065) is known color: Gimblet. HEX triplet: BE, B0 and 65. RGB value is (190,176,101). Sum of RGB (Red+Green+Blue) = 190+176+101=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB065 is #414F9A. Grayscale: #ABABAB. Windows color (decimal): -4280219 or 6664382. OLE color: 6664382.

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

Color convert

RGB 190 176 101 -
CMYK 0 0.07 0.47 0.25
HSL 50.56º 0.41% 0.57% -
HSV(B) 50.56º 0.47% 0.75% -
XYZ 39.11 42.94 18.54 -
YUV 171.64 88.14 141.1 -
System Red Green Blue C M Y K H S L
Decimal 190 176 101 0 0.07 0.47 0.25 50.56 0.41 0.57
Hex BE B0 65 0 7 2F 19 33 29 39
Octal 276 260 145 0 7 57 31 63 51 71
Binary 10111110 10110000 1100101 0 111 101111 11001 110011 101001 111001

Color Harmonies of #BEB065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB065

Black with #BEB065

Text Example


Text Example

White with #BEB065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB065; }

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

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

background-color css

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

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

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

border-color css

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

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

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