Html Css Color HEX #BAB678 Dark Khaki

📋 copy color: '#BAB678'

red 186 ◦ green 182 ◦ blue 120

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

Shades of Dark Khaki #BAB678

Tints of Dark Khaki #BAB678

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.3%

 BLUE value IS 120 (47.27% from 255) = 24.59%

R = 38.11%
G = 37.3%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BAB678 (or 0xBAB678) is known color: Dark Khaki. HEX triplet: BA, B6 and 78. RGB value is (186,182,120). Sum of RGB (Red+Green+Blue) = 186+182+120=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 182 (71.48% from 255 or 37.30% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB678 is #454987. Grayscale: #B0B0B0. Windows color (decimal): -4540808 or 7911098. OLE color: 7911098.

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

Color convert

RGB 186 182 120 -
CMYK 0 0.02 0.35 0.27
HSL 56.36º 0.32% 0.6% -
HSV(B) 56.36º 0.35% 0.73% -
XYZ 40.37 45.25 24.38 -
YUV 176.13 96.33 135.04 -
System Red Green Blue C M Y K H S L
Decimal 186 182 120 0 0.02 0.35 0.27 56.36 0.32 0.6
Hex BA B6 78 0 2 23 1B 38 20 3C
Octal 272 266 170 0 2 43 33 70 40 74
Binary 10111010 10110110 1111000 0 10 100011 11011 111000 100000 111100

Color Harmonies of #BAB678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB678

Black with #BAB678

Text Example


Text Example

White with #BAB678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB678; }

 p { color: rgb(186,182,120); }

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

background-color css

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

 a { background-color: rgb(186,182,120); }

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

border-color css

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

 span { border-color: rgb(186,182,120); }

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