Html Css Color HEX #BEB264 Gimblet

📋 copy color: '#BEB264'

red 190 ◦ green 178 ◦ blue 100

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

Shades of Gimblet #BEB264

Tints of Gimblet #BEB264

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.03%

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

R = 40.6%
G = 38.03%
B = 21.37%

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

#BEB264 (or 0xBEB264) is known color: Gimblet. HEX triplet: BE, B2 and 64. RGB value is (190,178,100). Sum of RGB (Red+Green+Blue) = 190+178+100=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB264 is #414D9B. Grayscale: #ADADAD. Windows color (decimal): -4279708 or 6599358. OLE color: 6599358.

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

Color convert

RGB 190 178 100 -
CMYK 0 0.06 0.47 0.25
HSL 52º 0.41% 0.57% -
HSV(B) 52º 0.47% 0.75% -
XYZ 39.46 43.71 18.41 -
YUV 172.7 86.98 140.34 -
System Red Green Blue C M Y K H S L
Decimal 190 178 100 0 0.06 0.47 0.25 52 0.41 0.57
Hex BE B2 64 0 6 2F 19 34 29 39
Octal 276 262 144 0 6 57 31 64 51 71
Binary 10111110 10110010 1100100 0 110 101111 11001 110100 101001 111001

Color Harmonies of #BEB264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB264

Black with #BEB264

Text Example


Text Example

White with #BEB264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB264; }

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

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

background-color css

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

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

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

border-color css

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

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

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