Html Css Color HEX #BAAF57 Gimblet

📋 copy color: '#BAAF57'

red 186 ◦ green 175 ◦ blue 87

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

Shades of Gimblet #BAAF57

Tints of Gimblet #BAAF57

RGB

 RED value IS 186 (73.05% from 255) = 41.52%

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

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

R = 41.52%
G = 39.06%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BAAF57 (or 0xBAAF57) is known color: Gimblet. HEX triplet: BA, AF and 57. RGB value is (186,175,87). Sum of RGB (Red+Green+Blue) = 186+175+87=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 87 (34.38% from 255 or 19.42% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAF57 is #4550A8. Grayscale: #A8A8A8. Windows color (decimal): -4542633 or 5746618. OLE color: 5746618.

HSL color Cylindrical-coordinate representation of color #BAAF57: hue angle of 53.33º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAAF57 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 175 87 -
CMYK 0 0.06 0.53 0.27
HSL 53.33º 0.42% 0.54% -
HSV(B) 53.33º 0.53% 0.73% -
XYZ 37.3 41.79 15.12 -
YUV 168.26 82.14 140.66 -
System Red Green Blue C M Y K H S L
Decimal 186 175 87 0 0.06 0.53 0.27 53.33 0.42 0.54
Hex BA AF 57 0 6 35 1B 35 2A 36
Octal 272 257 127 0 6 65 33 65 52 66
Binary 10111010 10101111 1010111 0 110 110101 11011 110101 101010 110110

Color Harmonies of #BAAF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAF57

Black with #BAAF57

Text Example


Text Example

White with #BAAF57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAF57; }

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

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

background-color css

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

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

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

border-color css

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

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

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