Html Css Color HEX #BEAF5D Gimblet

📋 copy color: '#BEAF5D'

red 190 ◦ green 175 ◦ blue 93

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

Shades of Gimblet #BEAF5D

Tints of Gimblet #BEAF5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.31%

R = 41.48%
G = 38.21%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BEAF5D (or 0xBEAF5D) is known color: Gimblet. HEX triplet: BE, AF and 5D. RGB value is (190,175,93). Sum of RGB (Red+Green+Blue) = 190+175+93=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 93 (36.72% from 255 or 20.31% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAF5D is #4150A2. Grayscale: #AAAAAA. Windows color (decimal): -4280483 or 6139838. OLE color: 6139838.

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

Color convert

RGB 190 175 93 -
CMYK 0 0.08 0.51 0.25
HSL 50.72º 0.43% 0.55% -
HSV(B) 50.72º 0.51% 0.75% -
XYZ 38.54 42.4 16.51 -
YUV 170.14 84.47 142.17 -
System Red Green Blue C M Y K H S L
Decimal 190 175 93 0 0.08 0.51 0.25 50.72 0.43 0.55
Hex BE AF 5D 0 8 33 19 33 2B 37
Octal 276 257 135 0 10 63 31 63 53 67
Binary 10111110 10101111 1011101 0 1000 110011 11001 110011 101011 110111

Color Harmonies of #BEAF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAF5D

Black with #BEAF5D

Text Example


Text Example

White with #BEAF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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