Html Css Color HEX #BAB067 Gimblet

📋 copy color: '#BAB067'

red 186 ◦ green 176 ◦ blue 103

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

Shades of Gimblet #BAB067

Tints of Gimblet #BAB067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.15%

R = 40%
G = 37.85%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BAB067 (or 0xBAB067) is known color: Gimblet. HEX triplet: BA, B0 and 67. RGB value is (186,176,103). Sum of RGB (Red+Green+Blue) = 186+176+103=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 103 (40.62% from 255 or 22.15% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB067 is #454F98. Grayscale: #AAAAAA. Windows color (decimal): -4542361 or 6795450. OLE color: 6795450.

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

Color convert

RGB 186 176 103 -
CMYK 0 0.05 0.45 0.27
HSL 52.77º 0.38% 0.57% -
HSV(B) 52.77º 0.45% 0.73% -
XYZ 38.22 42.47 19.01 -
YUV 170.67 89.81 138.94 -
System Red Green Blue C M Y K H S L
Decimal 186 176 103 0 0.05 0.45 0.27 52.77 0.38 0.57
Hex BA B0 67 0 5 2D 1B 35 26 39
Octal 272 260 147 0 5 55 33 65 46 71
Binary 10111010 10110000 1100111 0 101 101101 11011 110101 100110 111001

Color Harmonies of #BAB067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB067

Black with #BAB067

Text Example


Text Example

White with #BAB067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB067; }

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

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

background-color css

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

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

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

border-color css

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

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

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