Html Css Color HEX #BEB064 Gimblet

📋 copy color: '#BEB064'

red 190 ◦ green 176 ◦ blue 100

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

Shades of Gimblet #BEB064

Tints of Gimblet #BEB064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.46%

R = 40.77%
G = 37.77%
B = 21.46%

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

#BEB064 (or 0xBEB064) is known color: Gimblet. HEX triplet: BE, B0 and 64. RGB value is (190,176,100). Sum of RGB (Red+Green+Blue) = 190+176+100=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB064 is #414F9B. Grayscale: #ABABAB. Windows color (decimal): -4280220 or 6598846. OLE color: 6598846.

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

Color convert

RGB 190 176 100 -
CMYK 0 0.07 0.47 0.25
HSL 50.67º 0.41% 0.57% -
HSV(B) 50.67º 0.47% 0.75% -
XYZ 39.06 42.92 18.28 -
YUV 171.52 87.64 141.18 -
System Red Green Blue C M Y K H S L
Decimal 190 176 100 0 0.07 0.47 0.25 50.67 0.41 0.57
Hex BE B0 64 0 7 2F 19 33 29 39
Octal 276 260 144 0 7 57 31 63 51 71
Binary 10111110 10110000 1100100 0 111 101111 11001 110011 101001 111001

Color Harmonies of #BEB064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB064

Black with #BEB064

Text Example


Text Example

White with #BEB064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB064; }

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

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

background-color css

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

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

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

border-color css

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

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

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