Html Css Color HEX #BAAA71 Gimblet

📋 copy color: '#BAAA71'

red 186 ◦ green 170 ◦ blue 113

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

Shades of Gimblet #BAAA71

Tints of Gimblet #BAAA71

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.25%

 BLUE value IS 113 (44.53% from 255) = 24.09%

R = 39.66%
G = 36.25%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BAAA71 (or 0xBAAA71) is known color: Gimblet. HEX triplet: BA, AA and 71. RGB value is (186,170,113). Sum of RGB (Red+Green+Blue) = 186+170+113=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA71 is #45558E. Grayscale: #A8A8A8. Windows color (decimal): -4543887 or 7449274. OLE color: 7449274.

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

Color convert

RGB 186 170 113 -
CMYK 0 0.09 0.39 0.27
HSL 46.85º 0.35% 0.59% -
HSV(B) 46.85º 0.39% 0.73% -
XYZ 37.61 40.38 21.44 -
YUV 168.29 96.8 140.63 -
System Red Green Blue C M Y K H S L
Decimal 186 170 113 0 0.09 0.39 0.27 46.85 0.35 0.59
Hex BA AA 71 0 9 27 1B 2F 23 3B
Octal 272 252 161 0 11 47 33 57 43 73
Binary 10111010 10101010 1110001 0 1001 100111 11011 101111 100011 111011

Color Harmonies of #BAAA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAA71

Black with #BAAA71

Text Example


Text Example

White with #BAAA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAA71; }

 p { color: rgb(186,170,113); }

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

background-color css

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

 a { background-color: rgb(186,170,113); }

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

border-color css

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

 span { border-color: rgb(186,170,113); }

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