Html Css Color HEX #BEAF5C Gimblet

📋 copy color: '#BEAF5C'

red 190 ◦ green 175 ◦ blue 92

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

Shades of Gimblet #BEAF5C

Tints of Gimblet #BEAF5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.13%

R = 41.58%
G = 38.29%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BEAF5C (or 0xBEAF5C) is known color: Gimblet. HEX triplet: BE, AF and 5C. RGB value is (190,175,92). Sum of RGB (Red+Green+Blue) = 190+175+92=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAF5C is #4150A3. Grayscale: #AAAAAA. Windows color (decimal): -4280484 or 6074302. OLE color: 6074302.

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

Color convert

RGB 190 175 92 -
CMYK 0 0.08 0.52 0.25
HSL 50.82º 0.43% 0.55% -
HSV(B) 50.82º 0.52% 0.75% -
XYZ 38.5 42.38 16.28 -
YUV 170.02 83.97 142.25 -
System Red Green Blue C M Y K H S L
Decimal 190 175 92 0 0.08 0.52 0.25 50.82 0.43 0.55
Hex BE AF 5C 0 8 34 19 33 2B 37
Octal 276 257 134 0 10 64 31 63 53 67
Binary 10111110 10101111 1011100 0 1000 110100 11001 110011 101011 110111

Color Harmonies of #BEAF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAF5C

Black with #BEAF5C

Text Example


Text Example

White with #BEAF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAF5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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