Html Css Color HEX #BAA76A Gimblet

📋 copy color: '#BAA76A'

red 186 ◦ green 167 ◦ blue 106

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

Shades of Gimblet #BAA76A

Tints of Gimblet #BAA76A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.38%

 BLUE value IS 106 (41.8% from 255) = 23.09%

R = 40.52%
G = 36.38%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BAA76A (or 0xBAA76A) is known color: Gimblet. HEX triplet: BA, A7 and 6A. RGB value is (186,167,106). Sum of RGB (Red+Green+Blue) = 186+167+106=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 106 (41.80% from 255 or 23.09% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA76A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA76A is #455895. Grayscale: #A5A5A5. Windows color (decimal): -4544662 or 6989754. OLE color: 6989754.

HSL color Cylindrical-coordinate representation of color #BAA76A: hue angle of 45.75º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BAA76A is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 167 106 -
CMYK 0 0.10 0.43 0.27
HSL 45.75º 0.37% 0.57% -
HSV(B) 45.75º 0.43% 0.73% -
XYZ 36.67 39.12 19.25 -
YUV 165.73 94.29 142.46 -
System Red Green Blue C M Y K H S L
Decimal 186 167 106 0 0.10 0.43 0.27 45.75 0.37 0.57
Hex BA A7 6A 0 A 2B 1B 2E 25 39
Octal 272 247 152 0 12 53 33 56 45 71
Binary 10111010 10100111 1101010 0 1010 101011 11011 101110 100101 111001

Color Harmonies of #BAA76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA76A

Black with #BAA76A

Text Example


Text Example

White with #BAA76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA76A; }

 p { color: rgb(186,167,106); }

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

background-color css

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

 a { background-color: rgb(186,167,106); }

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

border-color css

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

 span { border-color: rgb(186,167,106); }

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