Html Css Color HEX #BEAB58 Gimblet

📋 copy color: '#BEAB58'

red 190 ◦ green 171 ◦ blue 88

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

Shades of Gimblet #BEAB58

Tints of Gimblet #BEAB58

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.08%

 BLUE value IS 88 (34.77% from 255) = 19.6%

R = 42.32%
G = 38.08%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BEAB58 (or 0xBEAB58) is known color: Gimblet. HEX triplet: BE, AB and 58. RGB value is (190,171,88). Sum of RGB (Red+Green+Blue) = 190+171+88=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 88 (34.77% from 255 or 19.60% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAB58 is #4154A7. Grayscale: #A7A7A7. Windows color (decimal): -4281512 or 5811134. OLE color: 5811134.

HSL color Cylindrical-coordinate representation of color #BEAB58: hue angle of 48.82º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BEAB58 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 171 88 -
CMYK 0 0.10 0.54 0.25
HSL 48.82º 0.44% 0.55% -
HSV(B) 48.82º 0.54% 0.75% -
XYZ 37.56 40.78 15.12 -
YUV 167.22 83.29 144.25 -
System Red Green Blue C M Y K H S L
Decimal 190 171 88 0 0.10 0.54 0.25 48.82 0.44 0.55
Hex BE AB 58 0 A 36 19 31 2C 37
Octal 276 253 130 0 12 66 31 61 54 67
Binary 10111110 10101011 1011000 0 1010 110110 11001 110001 101100 110111

Color Harmonies of #BEAB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAB58

Black with #BEAB58

Text Example


Text Example

White with #BEAB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAB58; }

 p { color: rgb(190,171,88); }

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

background-color css

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

 a { background-color: rgb(190,171,88); }

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

border-color css

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

 span { border-color: rgb(190,171,88); }

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