Html Css Color HEX #BEB55E Gimblet

📋 copy color: '#BEB55E'

red 190 ◦ green 181 ◦ blue 94

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

Shades of Gimblet #BEB55E

Tints of Gimblet #BEB55E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.92%

 BLUE value IS 94 (37.11% from 255) = 20.22%

R = 40.86%
G = 38.92%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BEB55E (or 0xBEB55E) is known color: Gimblet. HEX triplet: BE, B5 and 5E. RGB value is (190,181,94). Sum of RGB (Red+Green+Blue) = 190+181+94=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB55E is #414AA1. Grayscale: #AEAEAE. Windows color (decimal): -4278946 or 6206910. OLE color: 6206910.

HSL color Cylindrical-coordinate representation of color #BEB55E: hue angle of 54.38º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BEB55E is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 181 94 -
CMYK 0 0.05 0.51 0.25
HSL 54.38º 0.42% 0.56% -
HSV(B) 54.38º 0.51% 0.75% -
XYZ 39.78 44.8 17.14 -
YUV 173.77 82.98 139.57 -
System Red Green Blue C M Y K H S L
Decimal 190 181 94 0 0.05 0.51 0.25 54.38 0.42 0.56
Hex BE B5 5E 0 5 33 19 36 2A 38
Octal 276 265 136 0 5 63 31 66 52 70
Binary 10111110 10110101 1011110 0 101 110011 11001 110110 101010 111000

Color Harmonies of #BEB55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB55E

Black with #BEB55E

Text Example


Text Example

White with #BEB55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB55E; }

 p { color: rgb(190,181,94); }

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

background-color css

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

 a { background-color: rgb(190,181,94); }

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

border-color css

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

 span { border-color: rgb(190,181,94); }

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