Html Css Color HEX #BEB364 Gimblet

📋 copy color: '#BEB364'

red 190 ◦ green 179 ◦ blue 100

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

Shades of Gimblet #BEB364

Tints of Gimblet #BEB364

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.17%

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

R = 40.51%
G = 38.17%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BEB364 (or 0xBEB364) is known color: Gimblet. HEX triplet: BE, B3 and 64. RGB value is (190,179,100). Sum of RGB (Red+Green+Blue) = 190+179+100=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB364 is #414C9B. Grayscale: #ADADAD. Windows color (decimal): -4279452 or 6599614. OLE color: 6599614.

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

Color convert

RGB 190 179 100 -
CMYK 0 0.06 0.47 0.25
HSL 52.67º 0.41% 0.57% -
HSV(B) 52.67º 0.47% 0.75% -
XYZ 39.66 44.11 18.48 -
YUV 173.28 86.64 139.92 -
System Red Green Blue C M Y K H S L
Decimal 190 179 100 0 0.06 0.47 0.25 52.67 0.41 0.57
Hex BE B3 64 0 6 2F 19 35 29 39
Octal 276 263 144 0 6 57 31 65 51 71
Binary 10111110 10110011 1100100 0 110 101111 11001 110101 101001 111001

Color Harmonies of #BEB364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB364

Black with #BEB364

Text Example


Text Example

White with #BEB364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB364; }

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

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

background-color css

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

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

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

border-color css

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

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

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