Html Css Color HEX #BAAF61 Gimblet

📋 copy color: '#BAAF61'

red 186 ◦ green 175 ◦ blue 97

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

Shades of Gimblet #BAAF61

Tints of Gimblet #BAAF61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.18%

R = 40.61%
G = 38.21%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BAAF61 (or 0xBAAF61) is known color: Gimblet. HEX triplet: BA, AF and 61. RGB value is (186,175,97). Sum of RGB (Red+Green+Blue) = 186+175+97=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAF61 is #45509E. Grayscale: #A9A9A9. Windows color (decimal): -4542623 or 6401978. OLE color: 6401978.

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

Color convert

RGB 186 175 97 -
CMYK 0 0.06 0.48 0.27
HSL 52.58º 0.39% 0.55% -
HSV(B) 52.58º 0.48% 0.73% -
XYZ 37.74 41.96 17.42 -
YUV 169.4 87.14 139.84 -
System Red Green Blue C M Y K H S L
Decimal 186 175 97 0 0.06 0.48 0.27 52.58 0.39 0.55
Hex BA AF 61 0 6 30 1B 35 27 37
Octal 272 257 141 0 6 60 33 65 47 67
Binary 10111010 10101111 1100001 0 110 110000 11011 110101 100111 110111

Color Harmonies of #BAAF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAF61

Black with #BAAF61

Text Example


Text Example

White with #BAAF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAF61; }

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

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

background-color css

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

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

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

border-color css

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

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

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