Html Css Color HEX #BEAF57 Gimblet

📋 copy color: '#BEAF57'

red 190 ◦ green 175 ◦ blue 87

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

Shades of Gimblet #BEAF57

Tints of Gimblet #BEAF57

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.72%

 BLUE value IS 87 (34.38% from 255) = 19.25%

R = 42.04%
G = 38.72%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BEAF57 (or 0xBEAF57) is known color: Gimblet. HEX triplet: BE, AF and 57. RGB value is (190,175,87). Sum of RGB (Red+Green+Blue) = 190+175+87=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 87 (34.38% from 255 or 19.25% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAF57 is #4150A8. Grayscale: #A9A9A9. Windows color (decimal): -4280489 or 5746622. OLE color: 5746622.

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

Color convert

RGB 190 175 87 -
CMYK 0 0.08 0.54 0.25
HSL 51.26º 0.44% 0.54% -
HSV(B) 51.26º 0.54% 0.75% -
XYZ 38.29 42.3 15.16 -
YUV 169.45 81.47 142.66 -
System Red Green Blue C M Y K H S L
Decimal 190 175 87 0 0.08 0.54 0.25 51.26 0.44 0.54
Hex BE AF 57 0 8 36 19 33 2C 36
Octal 276 257 127 0 10 66 31 63 54 66
Binary 10111110 10101111 1010111 0 1000 110110 11001 110011 101100 110110

Color Harmonies of #BEAF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAF57

Black with #BEAF57

Text Example


Text Example

White with #BEAF57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAF57; }

 p { color: rgb(190,175,87); }

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

background-color css

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

 a { background-color: rgb(190,175,87); }

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

border-color css

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

 span { border-color: rgb(190,175,87); }

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