Html Css Color HEX #BAB069 Gimblet

📋 copy color: '#BAB069'

red 186 ◦ green 176 ◦ blue 105

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

Shades of Gimblet #BAB069

Tints of Gimblet #BAB069

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.69%

 BLUE value IS 105 (41.41% from 255) = 22.48%

R = 39.83%
G = 37.69%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BAB069 (or 0xBAB069) is known color: Gimblet. HEX triplet: BA, B0 and 69. RGB value is (186,176,105). Sum of RGB (Red+Green+Blue) = 186+176+105=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 105 (41.41% from 255 or 22.48% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB069 is #454F96. Grayscale: #ABABAB. Windows color (decimal): -4542359 or 6926522. OLE color: 6926522.

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

Color convert

RGB 186 176 105 -
CMYK 0 0.05 0.44 0.27
HSL 52.59º 0.37% 0.57% -
HSV(B) 52.59º 0.44% 0.73% -
XYZ 38.32 42.51 19.55 -
YUV 170.9 90.81 138.77 -
System Red Green Blue C M Y K H S L
Decimal 186 176 105 0 0.05 0.44 0.27 52.59 0.37 0.57
Hex BA B0 69 0 5 2C 1B 35 25 39
Octal 272 260 151 0 5 54 33 65 45 71
Binary 10111010 10110000 1101001 0 101 101100 11011 110101 100101 111001

Color Harmonies of #BAB069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB069

Black with #BAB069

Text Example


Text Example

White with #BAB069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB069; }

 p { color: rgb(186,176,105); }

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

background-color css

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

 a { background-color: rgb(186,176,105); }

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

border-color css

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

 span { border-color: rgb(186,176,105); }

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