Html Css Color HEX #BAAF64 Gimblet

📋 copy color: '#BAAF64'

red 186 ◦ green 175 ◦ blue 100

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

Shades of Gimblet #BAAF64

Tints of Gimblet #BAAF64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.69%

R = 40.35%
G = 37.96%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BAAF64 (or 0xBAAF64) is known color: Gimblet. HEX triplet: BA, AF and 64. RGB value is (186,175,100). Sum of RGB (Red+Green+Blue) = 186+175+100=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAF64 is #45509B. Grayscale: #AAAAAA. Windows color (decimal): -4542620 or 6598586. OLE color: 6598586.

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

Color convert

RGB 186 175 100 -
CMYK 0 0.06 0.46 0.27
HSL 52.33º 0.38% 0.56% -
HSV(B) 52.33º 0.46% 0.73% -
XYZ 37.88 42.02 18.17 -
YUV 169.74 88.64 139.6 -
System Red Green Blue C M Y K H S L
Decimal 186 175 100 0 0.06 0.46 0.27 52.33 0.38 0.56
Hex BA AF 64 0 6 2E 1B 34 26 38
Octal 272 257 144 0 6 56 33 64 46 70
Binary 10111010 10101111 1100100 0 110 101110 11011 110100 100110 111000

Color Harmonies of #BAAF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAF64

Black with #BAAF64

Text Example


Text Example

White with #BAAF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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